8000 DOC : tweaked import style · matplotlib/matplotlib@d486179 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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)
0