Skip to content

Commit 9b7c3c0

Browse files
committed
Update changelog
1 parent ffc049e commit 9b7c3c0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ ProPlot v0.6.0 (2020-##-##)
7171

7272
There are quite a lot of deprecations for this release.
7373

74+
- Rename `add_errorbars` to `~proplot.axes.plot.indicate_error` and rename
75+
various keyword args (:pr:`166`, :commit:`d8c50a8d`).
7476
- Remove ``'rgbcycle'`` setting (:commit:`6653b7f0`).
7577
- Deprecate support for "parametric" plots inside `~matplotlib.axes.Axes.plot`,
7678
instead use `~proplot.axes.Axes.parametric` (:commit:`64210bce`).
@@ -116,6 +118,9 @@ There are quite a lot of deprecations for this release.
116118

117119
.. rubric:: Features
118120

121+
- Add options to `~proplot.axes.plot.indicate_error` for adding *shading*
122+
to arbitrary plots (:pr:`166`, :commit:`d8c50a8d`). Also support automatic legend
123+
entries for shading and ensure `indicate_error` preserves metadata.
119124
- Wrap ``pcolorfast`` just like ``pcolor`` and ``pcolormesh`` are
120125
wrapped (:commit:`50a262dd`).
121126
- Add ``negpos`` feature to `~proplot.axes.plot.bar_wrapper` and new

0 commit comments

Comments
 (0)