Skip to content

Commit

Permalink
Merge pull request #4885 from ericmjl/major_minor_demo.py_mep12
Browse files Browse the repository at this point in the history
changed a pylab reference
  • Loading branch information
jenshnielsen committed Aug 11, 2015
2 parents 9e905ce + 880687f commit 2060494
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/pylab_examples/major_minor_demo1.py
@@ -1,4 +1,3 @@
#!/usr/bin/env python
"""
Demonstrate how to use major and minor tickers.
Expand All @@ -19,7 +18,7 @@
some base. The FormatStrFormatter uses a string format string (e.g.,
'%d' or '%1.2f' or '%1.1f cm' ) to format the tick
The pylab interface grid command changes the grid settings of the
The pyplot interface grid command changes the grid settings of the
major ticks of the y and y axis together. If you want to control the
grid of the minor ticks for a given axis, use for example
Expand Down

0 comments on commit 2060494

Please sign in to comment.