Skip to content

Commit ff26171

Browse files
yuseitaharajreback
authored andcommitted
DOC: Make pyplot import explicit in the 10 minutes to pandas page (pandas-dev#30499)
1 parent cd357c6 commit ff26171

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/getting_started/10min.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -697,8 +697,9 @@ Plotting
697697

698698
See the :ref:`Plotting <visualization>` docs.
699699

700+
We use the standard convention for referencing the matplotlib API:
701+
700702
.. ipython:: python
701-
:suppress:
702703
703704
import matplotlib.pyplot as plt
704705
plt.close('all')

0 commit comments

Comments
 (0)