Skip to content

Commit 150f323

Browse files
Merge pull request pandas-dev#6362 from jorisvandenbossche/doc-rolling
DOC: clarify docstring of rolling/expanding moments
2 parents e040adf + 958ee3d commit 150f323

File tree

2 files changed

+177
-73
lines changed

2 files changed

+177
-73
lines changed

doc/source/visualization.rst

+6-1
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ setting `kind='kde'`:
414414
@savefig kde_plot.png
415415
ser.plot(kind='kde')
416416
417-
.. _visualization.hexbin
417+
.. _visualization.hexbin:
418418

419419
Hexagonal Bin plot
420420
~~~~~~~~~~~~~~~~~~
@@ -577,6 +577,11 @@ are what constitutes the bootstrap plot.
577577
@savefig bootstrap_plot.png
578578
bootstrap_plot(data, size=50, samples=500, color='grey')
579579
580+
.. ipython:: python
581+
:suppress:
582+
583+
plt.close('all')
584+
580585
.. _visualization.radviz:
581586

582587
RadViz

0 commit comments

Comments
 (0)