@@ -71,27 +71,31 @@ Bug fixes
71
71
72
72
* Fix accidental commit of debugging print statement
73
73
(:commit: `259a263b `).
74
- * Fix issue where "sticky edges" fail for datetime data
75
- (:commit: `33fa9654 `).
76
74
* Fix issue where `includepanels ` is not applied for spanning axis labels
77
75
in presence of panels but only one spanning subplot (:commit: `b8bc55ec `).
78
- * Fix issue where axis label color is overwritten during ``__init__ ``
79
- call to `proplot.axes.CartesianAxes.format ` (:commit: `b454a513 `).
80
76
* Fix issue where default outer legend axes-relative `loc ` does not take into
81
77
account the underlying "panel" side (:commit: `2446acc1 `).
82
- * Fix issue where segment data of ``matplotlib.cm `` colormap instances
83
- is overwritten during conversion to proplot subclasses (:issue: `283 `).
84
- * Fix confusing behavior where explicitly passed `vmin ` and `vmax ` are ignored
85
- if `norm ` was passed as an already-instantiated class (:commit: `1ee79d36 `).
78
+ * Fix issue where axis label color is overwritten during ``__init__ ``
79
+ call to `proplot.axes.CartesianAxes.format ` (:commit: `b454a513 `).
80
+ * Fix issue where setting axis label color without specifying label
81
+ text erases the old label text (:commit: `7a7852f9 `).
82
+ * Fix issue where axis label settings are overridden by settings from
83
+ invisible x/y axis on alternate axes (:commit: `c6db292b `).
84
+ * Fix `~proplot.ticker.AutoFormatter ` issue where `orderOfMagnitude ` is
85
+ not taken into account when correcting small tick values truncated to
86
+ zero on (usually logarithmic) axis scales (:commit: `54fbef0b `).
86
87
* Fix issue where `proplot.utils.arange ` is not endpoint-inclusive
87
88
for negative (descending) step size (:commit: `ec1f8410 `).
89
+ * Fix confusing behavior where explicitly passed `vmin ` and `vmax ` are ignored
90
+ if `norm ` was passed as an already-instantiated class (:commit: `1ee79d36 `).
91
+ * Fix issue where segment data of ``matplotlib.cm `` colormap instances
92
+ is overwritten during conversion to proplot subclasses (:issue: `283 `).
88
93
* Fix issue where color of contour `labels ` cannot be changed
89
94
with `labels_kw ` (:commit: `d101575d `).
90
95
* Fix keyword conflict where `sizes ` are interpreted as ``Collection ``
91
96
marker sizes when passed to `~proplot.axes.PlotAxes.barb ` (:issue: `287 `).
92
- * Fix `~proplot.ticker.AutoFormatter ` issue where `orderOfMagnitude ` is
93
- not taken into account when correcting small tick values truncated to
94
- zero on (usually logarithmic) axis scales (:commit: `54fbef0b `).
97
+ * Fix issue where "sticky edges" fail for datetime data
98
+ (:commit: `33fa9654 `).
95
99
96
100
97
101
ProPlot v0.9.1 (2021-09-14)
0 commit comments