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

Skip to content

Commit bf6f801

Browse files
committed
DOC: hove fill_betweenx whats new
1 parent 429f961 commit bf6f801

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

doc/users/whats_new.rst

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,14 @@ Example
448448
subplot2grid(shape, loc, rowspan=1, colspan=1, fig=myfig)
449449

450450

451+
Interpolation in ``fill_betweenx``
452+
----------------------------------
453+
454+
The ``interpolate`` parameter now exists for the method
455+
:func:`~matplotlib.axes.Axes.fill_betweenx`. This allows a user to
456+
interpolate the data and fill the areas in the crossover points,
457+
similarly to :func:`~matplotlib.axes.Axes.fill_between`.
458+
451459

452460
Internals
453461
+++++++++
@@ -511,18 +519,6 @@ values are unlikely to cause any visible differences in your plots.
511519
Pending
512520
+++++++
513521

514-
515-
516-
517-
Interpolation in fill_betweenx
518-
------------------------------
519-
520-
The ``interpolate`` parameter now exists for the method
521-
:func:`~matplotlib.axes.Axes.fill_betweenx`. This allows a user to interpolate
522-
the data and fill the areas in the crossover points, similarly to
523-
:func:`~matplotlib.axes.Axes.fill_between`.
524-
525-
526522
Validation of line style rcParams
527523
---------------------------------
528524

0 commit comments

Comments
 (0)