File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +8
-12
lines changed
Original file line number Diff line number Diff line change @@ -448,6 +448,14 @@ Example
448
448
subplot2grid(shape, loc, rowspan=1, colspan=1, fig=myfig)
449
449
450
450
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
+
451
459
452
460
Internals
453
461
+++++++++
@@ -511,18 +519,6 @@ values are unlikely to cause any visible differences in your plots.
511
519
Pending
512
520
+++++++
513
521
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
-
526
522
Validation of line style rcParams
527
523
---------------------------------
528
524
You can’t perform that action at this time.
0 commit comments