Skip to content

Commit 6965a44

Browse files
aflah02luckyvs1
authored andcommitted
Update 10min.rst (pandas-dev#38462)
1 parent 1b3d6ea commit 6965a44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/user_guide/10min.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -722,6 +722,8 @@ We use the standard convention for referencing the matplotlib API:
722722
723723
plt.close("all")
724724
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+
725727
.. ipython:: python
726728
727729
ts = pd.Series(np.random.randn(1000), index=pd.date_range("1/1/2000", periods=1000))

0 commit comments

Comments
 (0)