Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d486179

Browse files
committed
DOC : tweaked import style
1 parent 9f64527 commit d486179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
A procedural interface is provided by the companion pyplot module,
55
which may be imported directly, e.g.::
66
7-
from matplotlib import pyplot as plt
7+
import matplotlib.pyplot as plt
88
99
or using ipython::
1010

0 commit comments

Comments
 (0)