Thanks to visit codestin.com Credit goes to github.com
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 c85ea02 commit fd6240aCopy full SHA for fd6240a
2 files changed
examples/date_demo1.py
@@ -55,6 +55,6 @@
55
ax.xaxis.set_major_locator(years)
56
ax.xaxis.set_major_formatter(yearsFmt)
57
ax.xaxis.set_minor_locator(months)
58
-ax.xaxis.autoscale_view()
+ax.autoscale_view()
59
grid(True)
60
show()
examples/date_demo2.py
@@ -40,7 +40,7 @@
40
ax.xaxis.set_major_locator(months)
41
ax.xaxis.set_major_formatter(monthsFmt)
42
ax.xaxis.set_minor_locator(mondays)
43
44
#ax.xaxis.grid(False, 'major')
45
#ax.xaxis.grid(True, 'minor')
46
0 commit comments