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

Skip to content

Commit b5d242e

Browse files
committed
Update whatsnew
1 parent 14a0cfd commit b5d242e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

‎WHATSNEW.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,21 @@ Features
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.
4444
* Add documentation explaining default inheritance of the ``loc``
45-
`proplot.axes.CartesianAxes.format` keywords (:commit:`1fa90f87`). The order is
45+
`proplot.axes.CartesianAxes.format` keywords (:commit:`1fa90f87`). Order is ``loc`` or
4646
``spineloc`` --> ``tickloc`` --> ``ticklabelloc`` --> ``labelloc`` and ``offsetloc``,
47-
e.g. ``xspineloc='bottom'`` implies ``xtickloc='bottom'`` unless specified otherwise.
47+
e.g. ``xloc='bottom'`` implies ``xtickloc='bottom'`` unless specified otherwise.
4848
* Add documentation for previously-hidden `xticklabelloc`, `yticklabelloc`, `xlabelloc`,
4949
and `ylabelloc` `proplot.axes.CartesianAxes.format` keywords (:commit:`1fa90f87`).
50-
* Add `offsetloc` keyword to control position of y axis order-of-magnitude offset
51-
label location (used with large numbers) (:commit:`96a37e53`).
50+
* Add `xoffsetloc`, `yoffsetloc` keywords to control position of order-of-magnitude
51+
indicator location for x and y axes (with large numbers) (:commit:`96a37e53`).
5252
* Add `xlabelcolor` and `ylabelcolor` keywords as alternatives to `xcolor` and `ycolor`
5353
to change just the label color and nothing else (:commit:`d2f20970`).
5454
* Add `base` keyword to `~proplot.ticker.SigFigFormatter` to optionally round to
5555
multiples other than factors of 10 (:commit:`3b00e8a0`).
5656
* Support single-color parametric plots with e.g. ``ax.parametric(x, y, color='red')``
5757
as quick alternative to `plot` without "sticky edges" (:commit:`98504b86`).
58+
* Support legend entries for parametric lines by interpreting `label` and `value`
59+
separately from `labels` and `values` (:commit:`14a0cfdc`).
5860
* Increase `zorder` of title/a-b-c text from ``3`` to ``3.5`` so it overlies
5961
e.g. text contour labels (:commit:`77fa01da`).
6062
* Ensure contour `labels` appear on top of inner titles/a-b-c labels by decreasing

0 commit comments

Comments
 (0)