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.
2 parents 88ea09b + 1fe7be6 commit b440575Copy full SHA for b440575
1 file changed
lib/matplotlib/units.py
@@ -29,7 +29,7 @@ def axisinfo(unit, axis):
29
return None
30
majloc = dates.AutoDateLocator()
31
majfmt = dates.AutoDateFormatter(majloc)
32
- return AxisInfo(majloc=majloc, majfmt=majfmt, label='date')
+ return units.AxisInfo(majloc=majloc, majfmt=majfmt, label='date')
33
34
@staticmethod
35
def default_units(x, axis):
0 commit comments