Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8b5a478

Browse files
committed
Update whatsnew
1 parent c6db292 commit 8b5a478

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

‎WHATSNEW.rst

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -71,27 +71,31 @@ Bug fixes
7171

7272
* Fix accidental commit of debugging print statement
7373
(:commit:`259a263b`).
74-
* Fix issue where "sticky edges" fail for datetime data
75-
(:commit:`33fa9654`).
7674
* Fix issue where `includepanels` is not applied for spanning axis labels
7775
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`).
8076
* Fix issue where default outer legend axes-relative `loc` does not take into
8177
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`).
8687
* Fix issue where `proplot.utils.arange` is not endpoint-inclusive
8788
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`).
8893
* Fix issue where color of contour `labels` cannot be changed
8994
with `labels_kw` (:commit:`d101575d`).
9095
* Fix keyword conflict where `sizes` are interpreted as ``Collection``
9196
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`).
9599

96100

97101
ProPlot v0.9.1 (2021-09-14)

0 commit comments

Comments
 (0)