Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2287cac

Browse files
committed
FIX: add missing rcparam
date.autoformatter.microseconds was not is the classic style sheet
1 parent c3e2118 commit 2287cac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/matplotlib/mpl-data/stylelib/classic.mplstyle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ date.autoformatter.day : %b %d %Y
229229
date.autoformatter.hour : %H:%M:%S
230230
date.autoformatter.minute : %H:%M:%S.%f
231231
date.autoformatter.second : %H:%M:%S.%f
232+
date.autoformatter.microsecond : %H:%M:%S.%f
232233

233234
### TICKS
234235
# see http://matplotlib.org/api/axis_api.html#matplotlib.axis.Tick

0 commit comments

Comments
 (0)