@@ -35,7 +35,9 @@ Deprecated
35
35
----------
36
36
37
37
* Rename `rasterize ` and :rcraw: `colorbar.rasterize ` to `rasterized `,
38
- consistent with existing matplotlib ``rasterized `` property (:commit: `31efafea `).
38
+ consistent with the existing matplotlib ``rasterized `` property (:commit: `31efafea `).
39
+ * Remove the obscure `proplot.figure.Figure.format ` keyword `mathtext_fallback `
40
+ (:commit: `5ce23a59 `). This can now only be modified with the `rc ` dictionary.
39
41
* Improve the `~proplot.gridspec.GridSpec ` "panel" obfuscation by
40
42
renaming `~proplot.gridspec.GridSpec.get_subplot_geometry ` to
41
43
`~proplot.gridspec.GridSpec.get_geometry `, `~proplot.gridspec.GridSpec.get_geometry `
@@ -54,6 +56,12 @@ Style changes
54
56
55
57
* Disable automatic reversal of dependent variable coordinates when axis limits
56
58
are fixed, and add documentation for this feature (:issue: `300 `).
59
+ * Prevent auto-disabling of gridlines in presence of `pcolor ` plots in matplotlib < 3.5
60
+ (:commit: `ba405ac0 `). This also silences a matplotlib >= 3.5 deprecation warning.
61
+ * Change the default fallback font from the serif font Computer Modern to the
62
+ sans-serif font STIX Sans (:commit: `d619b5f2 `).
63
+ * Change the default font used in ``'$LaTeX equations$' `` from the value of
64
+ :rcraw: `font.sans ` to STIX Sans (:commit: `5b9029d4 `).
57
65
* Use `~proplot.ticker.DiscreteLocator ` for major/minor discrete colorbar ticks instead
58
66
of `~matplotlib.ticker.FixedLocator ` and auto-update the tick selection whenever
59
67
the axes is drawn (:commit: `b94a9b1e `, :commit: `92bb937e `, :commit: `302c239e `).
@@ -132,6 +140,8 @@ Bug fixes
132
140
raise error that recommends `~proplot.gridspec.GridSpec.copy ` (:commit: `d8898f5f `).
133
141
* Fix issue where `proplot.gridspec.GridSpec.update ` cannot be called
134
142
on gridspecs without companion `~proplot.figure.Figure `\ s (:commit: `e69fd041 `).
143
+ * Fix issue where list-of-string colors passed to `~proplot.axes.Axes.scatter `
144
+ are interpreted as data values (:issue: `316 `).
135
145
* Fix issue where background properties like `color ` and `linewidth ` cannot be
136
146
passed to `~proplot.axes.Axes ` instantiation commands (:commit: `b67b046c `).
137
147
* Fix issue where manual data aspect ratio passed with `~proplot.axes.Axes.format `
0 commit comments