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 88ea09b commit 1fe7be6Copy full SHA for 1fe7be6
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