We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f64527 commit d486179Copy full SHA for d486179
lib/matplotlib/__init__.py
@@ -4,7 +4,7 @@
4
A procedural interface is provided by the companion pyplot module,
5
which may be imported directly, e.g.::
6
7
- from matplotlib import pyplot as plt
+ import matplotlib.pyplot as plt
8
9
or using ipython::
10
0 commit comments