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.
units.py
1 parent 046507e commit 4a8ce85Copy full SHA for 4a8ce85
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