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 046507e + 4a8ce85 commit 070897eCopy full SHA for 070897e
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