8000 Merge pull request #4885 from ericmjl/major_minor_demo.py_mep12 · matplotlib/matplotlib@2060494 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2060494

Browse files
committed
Merge pull request #4885 from ericmjl/major_minor_demo.py_mep12
changed a pylab reference
2 parents 9e905ce + 880687f commit 2060494

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/pylab_examples/major_minor_demo1.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
"""
32
Demonstrate how to use major and minor tickers.
43
@@ -19,7 +18,7 @@
1918
some base. The FormatStrFormatter uses a string format string (e.g.,
2019
'%d' or '%1.2f' or '%1.1f cm' ) to format the tick
2120
22-
The pylab interface grid command changes the grid settings of the
21+
The pyplot interface grid command changes the grid settings of the
2322
major ticks of the y and y axis together. If you want to control the
2423
grid of the minor ticks for a given axis, use for example
2524

0 commit comments

Comments
 (0)
0