Skip to content

Commit d8c50a8

Browse files
committed
Add indicate_error shading support, rename keywords
1 parent 6861de1 commit d8c50a8

File tree

2 files changed

+316
-141
lines changed

2 files changed

+316
-141
lines changed

docs/why.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,8 +400,8 @@ designed to make your life easier.
400400
`~matplotlib.axes.Axes.fill_betweenx`, you will be able to use different
401401
colors for positive/negative bars.
402402
* All :ref:`1D plotting methods <ug_1dplots>` can be used to :ref:`add error
403-
bars <ug_errorbars>` using various specialized keyword arguments. You no
404-
longer have to work with the `~matplotlib.axes.Axes.errorbar` method
403+
bars or error shading <ug_errorbars>` using various specialized keyword arguments.
404+
You no longer have to work with the `~matplotlib.axes.Axes.errorbar` method
405405
directly. They also accept a
406406
:ref:`"cycle" keyword argument <ug_cycle_changer>`
407407
interpreted by `~proplot.constructor.Cycle` and optional

0 commit comments

Comments
 (0)