diff --git a/doc/source/user_guide/10min.rst b/doc/source/user_guide/10min.rst index cf548ba5d1133..e37d4cc05c8c7 100644 --- a/doc/source/user_guide/10min.rst +++ b/doc/source/user_guide/10min.rst @@ -722,6 +722,8 @@ We use the standard convention for referencing the matplotlib API: plt.close("all") +The :meth:`~plt.close` method is used to `close `__ a figure window. + .. ipython:: python ts = pd.Series(np.random.randn(1000), index=pd.date_range("1/1/2000", periods=1000))