Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bf6f801

Browse filesBrowse files
committed
DOC: hove fill_betweenx whats new
1 parent 429f961 commit bf6f801
Copy full SHA for bf6f801

File tree

Expand file treeCollapse file tree

1 file changed

+8
-12
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+8
-12
lines changed

‎doc/users/whats_new.rst

Copy file name to clipboardExpand all lines: doc/users/whats_new.rst
+8-12Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.