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 8563261 commit 7e71febCopy full SHA for 7e71feb
1 file changed
doc/users/next_whats_new/imshow_extent_units.rst
@@ -11,7 +11,7 @@ can now be expressed with units.
11
from matplotlib.dates import HourLocator, DateFormatter
12
from matplotlib.ticker import AutoMinorLocator
13
14
- fig, ax = plt.subplots(figsize=(6, 6))
+ fig, ax = plt.subplots(figsize=(6, 4))
15
date_first = np.datetime64('2020-01-01', 'D')
16
date_last = np.datetime64('2020-01-11', 'D')
17
0 commit comments