8000
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.
2 parents 9e905ce + 880687f commit 2060494Copy full SHA for 2060494
examples/pylab_examples/major_minor_demo1.py
@@ -1,4 +1,3 @@
1
-#!/usr/bin/env python
2
"""
3
Demonstrate how to use major and minor tickers.
4
@@ -19,7 +18,7 @@
19
18
some base. The FormatStrFormatter uses a string format string (e.g.,
20
'%d' or '%1.2f' or '%1.1f cm' ) to format the tick
21
22
-The pylab interface grid command changes the grid settings of the
+The pyplot interface grid command changes the grid settings of the
23
major ticks of the y and y axis together. If you want to control the
24
grid of the minor ticks for a given axis, use for example
25
0 commit comments