@@ -981,7 +981,7 @@ def __init__(
981
981
self .finder = get_finder (freq )
982
982
983
983
def _get_default_locs (self , vmin , vmax ):
984
- "Returns the default locations of ticks."
984
+ """ Returns the default locations of ticks."" "
985
985
986
986
if self .plot_obj .date_axis_info is None :
987
987
self .plot_obj .date_axis_info = self .finder (vmin , vmax , self .freq )
@@ -993,7 +993,7 @@ def _get_default_locs(self, vmin, vmax):
993
993
return np .compress (locator ["maj" ], locator ["val" ])
994
994
995
995
def __call__ (self ):
996
- "Return the locations of the ticks."
996
+ """ Return the locations of the ticks."" "
997
997
# axis calls Locator.set_axis inside set_m<xxxx>_formatter
998
998
999
999
vi = tuple (self .axis .get_view_interval ())
@@ -1062,7 +1062,7 @@ def __init__(self, freq, minor_locator=False, dynamic_mode=True, plot_obj=None):
1062
1062
self .finder = get_finder (freq )
1063
1063
1064
1064
def _set_default_format (self , vmin , vmax ):
1065
- "Returns the default ticks spacing."
1065
+ """ Returns the default ticks spacing."" "
1066
1066
1067
1067
if self .plot_obj .date_axis_info is None :
1068
1068
self .plot_obj .date_axis_info = self .finder (vmin , vmax , self .freq )
@@ -1076,7 +1076,7 @@ def _set_default_format(self, vmin, vmax):
1076
1076
return self .formatdict
1077
1077
1078
1078
def set_locs (self , locs ):
1079
- "Sets the locations of the ticks"
1079
+ """ Sets the locations of the ticks"" "
1080
1080
# don't actually use the locs. This is just needed to work with
1081
1081
# matplotlib. Force to use vmin, vmax
1082
1082
0 commit comments