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

Skip to content

Commit fd930e7

Browse files
committed
Update whatsnew
1 parent bc5a692 commit fd930e7

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

‎WHATSNEW.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,14 @@ Features
4141
``alt[xy]`` (:commit:`eaab8658`). For example ``ax.alty(loc='left')`` changes the
4242
spine, tick mark, tick label, axis label, and offset label sides to the opposite of
4343
the default: *left* for the new alternate axes, *right* for the original axes.
44-
* Add documentation explaining default inheritance of the ``loc``
45-
`proplot.axes.CartesianAxes.format` keywords (:commit:`1fa90f87`). Order is ``loc`` or
44+
* Improve documentation for ``loc`` `proplot.axes.CartesianAxes.format` keywords
45+
(:commit:`1fa90f87`, :commit:`48dc346d`). Inheritance order is ``loc`` or
4646
``spineloc`` --> ``tickloc`` --> ``ticklabelloc`` --> ``labelloc`` and ``offsetloc``,
4747
e.g. ``xloc='bottom'`` implies ``xtickloc='bottom'`` unless specified otherwise.
48+
* Do not inherit ``tickloc`` from ``spineloc`` if it is invalid (e.g., ``'zero'``),
49+
do not propagate ``spineloc`` and ``tickloc`` to other settings if they are inferred
50+
from updated rc settings, and issue error message if ``tickloc`` or ``ticklabelloc``
51+
are invalid (:commit:`616d81fa`, :commit:`219e4b21`, :commit:`bc5a692c`).
4852
* Add documentation for previously-hidden `xticklabelloc`, `yticklabelloc`, `xlabelloc`,
4953
and `ylabelloc` `proplot.axes.CartesianAxes.format` keywords (:commit:`1fa90f87`).
5054
* Add `xoffsetloc`, `yoffsetloc` keywords to control position of order-of-magnitude
@@ -79,6 +83,8 @@ Bug fixes
7983
account the underlying "panel" side (:commit:`2446acc1`).
8084
* Fix issue where axis label color is overwritten during ``__init__``
8185
call to `proplot.axes.CartesianAxes.format` (:commit:`b454a513`).
86+
* Fix issue where setting `xspineloc` or `yspineloc` to invalid `tickloc`
87+
(e.g., ``'zero'`` or ``'center'``) also disables the ticks (:commit:`616d81fa`).
8288
* Fix issue where setting axis label color without specifying label
8389
text erases the old label text (:commit:`7a7852f9`).
8490
* Fix issue where axis label settings are overridden by settings from

0 commit comments

Comments
 (0)