Skip to content

Commit e91cbd7

Browse files
authored
Update 10min.rst (#38462)
1 parent 5b3f50b commit e91cbd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/user_guide/10min.rst

+2
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)