@@ -35,7 +35,9 @@ Deprecated
3535----------
3636
3737* 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.
3941* Improve the `~proplot.gridspec.GridSpec ` "panel" obfuscation by
4042 renaming `~proplot.gridspec.GridSpec.get_subplot_geometry ` to
4143 `~proplot.gridspec.GridSpec.get_geometry `, `~proplot.gridspec.GridSpec.get_geometry `
@@ -54,6 +56,12 @@ Style changes
5456
5557* Disable automatic reversal of dependent variable coordinates when axis limits
5658 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 `).
5765* Use `~proplot.ticker.DiscreteLocator ` for major/minor discrete colorbar ticks instead
5866 of `~matplotlib.ticker.FixedLocator ` and auto-update the tick selection whenever
5967 the axes is drawn (:commit: `b94a9b1e `, :commit: `92bb937e `, :commit: `302c239e `).
@@ -132,6 +140,8 @@ Bug fixes
132140 raise error that recommends `~proplot.gridspec.GridSpec.copy ` (:commit: `d8898f5f `).
133141* Fix issue where `proplot.gridspec.GridSpec.update ` cannot be called
134142 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 `).
135145* Fix issue where background properties like `color ` and `linewidth ` cannot be
136146 passed to `~proplot.axes.Axes ` instantiation commands (:commit: `b67b046c `).
137147* Fix issue where manual data aspect ratio passed with `~proplot.axes.Axes.format `
0 commit comments