Skip to content

Commit 958ee3d

Browse files
DOC: fix doc build warnings
1 parent 2728ae9 commit 958ee3d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
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)