We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b3f50b commit e91cbd7Copy full SHA for e91cbd7
doc/source/user_guide/10min.rst
@@ -722,6 +722,8 @@ We use the standard convention for referencing the matplotlib API:
722
723
plt.close("all")
724
725
+The :meth:`~plt.close` method is used to `close <https://matplotlib.org/3.1.1/api/_as_gen/matplotlib.pyplot.close.html>`__ a figure window.
726
+
727
.. ipython:: python
728
729
ts = pd.Series(np.random.randn(1000), index=pd.date_range("1/1/2000", periods=1000))
0 commit comments