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

Skip to content

Commit e1cd8da

Browse files
committed
Update whatsnew
1 parent eaab865 commit e1cd8da

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

‎WHATSNEW.rst

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,35 @@ ProPlot v0.9.2 (2021-##-##)
3434
Features
3535
--------
3636

37+
* Permit passing `includepanels` and `mathtext_fallback` as
38+
`proplot.figure.Figure.format` keywords instead of just
39+
``__init__`` keywords (:commit:`33bff576`).
40+
* Permit passing ``loc`` `proplot.axes.CartesianAxes.format` keyword argument(s) to
41+
``alt[xy]`` (:commit:`eaab8658`). For example ``ax.alty(loc='left')`` changes the
42+
spine, tick mark, tick label, axis label, and offset label sides to the opposite of
43+
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`). The order is
46+
``spineloc`` --> ``tickloc`` --> ``ticklabelloc`` --> ``labelloc`` and ``offsetloc``,
47+
e.g. ``xspineloc='bottom'`` implies ``xtickloc='bottom'`` unless specified otherwise.
48+
* Add documentation for previously-hidden `xticklabelloc`, `yticklabelloc`, `xlabelloc`,
49+
and `ylabelloc` `proplot.axes.CartesianAxes.format` keywords (:commit:`1fa90f87`).
50+
* Add `xoffsetloc` and `yoffsetloc` keywords to control position of offset
51+
axis label location (used with large numbers) (:commit:`96a37e53`).
52+
* Add `base` keyword to `~proplot.ticker.SigFigFormatter` to optionally round to
53+
multiples other than factors of 10 (:commit:`3b00e8a0`).
3754
* Support single-color parametric plots with e.g. ``ax.parametric(x, y, color='red')``
3855
as quick alternative to `plot` without "sticky edges" (:commit:`98504b86`).
3956
* Increase `zorder` of title/a-b-c text from ``3`` to ``3.5`` so it overlies
4057
e.g. text contour labels (:commit:`77fa01da`).
41-
* Ensure contour `labels` appear on top of inner titles/a-b-c labels by changing
42-
default `zorder` to maximum of ``3`` or ``cntr_zorder + 1`` (:commit:`59222164`).
58+
* Ensure contour `labels` appear on top of inner titles/a-b-c labels by decreasing
59+
default `zorder` from ``cntr_zorder + 2`` to ``cntr_zorder + 1`` (:commit:`59222164`).
4360
* Implement "descending level" support directly inside `~proplot.colors.DiscreteNorm`
4461
rather than cmap parser in plotting commands, and auto-reverse descending
4562
levels passed to `~proplot.colors.SegmentedNorm` (:commit:`46d8bedc`).
4663
* Improve ``show_cmaps`` and ``show_cycles``: Stop passing arguments through
4764
constructor functions, preserve case for user colormap labels, and avoid
4865
showing leading ``_`` and trailing ``_copy`` in labels (:commit:`c41db8d8`).
49-
* Permit passing `includepanels` and `mathtext_fallback` as
50-
`proplot.figure.Figure.format` keywords instead of just
51-
``__init__`` keywords (:commit:`33bff576`).
52-
* Add `base` keyword to `~proplot.ticker.SigFigFormatter` to optionally round to
53-
multiples other than factors of 10 (:commit:`3b00e8a0`).
5466

5567
Bug fixes
5668
---------

0 commit comments

Comments
 (0)