File tree Expand file tree Collapse file tree
subplots_axes_and_figures Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -132,7 +132,8 @@ def _check_deps():
132132 'scipy' : 'https://docs.scipy.org/doc/scipy/reference' ,
133133 },
134134 'backreferences_dir' : 'api/_as_gen' ,
135- 'subsection_order' : ExplicitOrder (explicit_order_folders )
135+ 'subsection_order' : ExplicitOrder (explicit_order_folders ),
136+ 'min_reported_time' : 1 ,
136137}
137138
138139plot_gallery = 'True'
Original file line number Diff line number Diff line change 1010"""
1111
1212from __future__ import print_function
13- import matplotlib
14-
15- matplotlib .use ("Svg" )
1613
1714import matplotlib .pyplot as plt
1815import matplotlib .transforms as mtransforms
Original file line number Diff line number Diff line change 1010support it.
1111"""
1212
13-
14- import matplotlib
15- matplotlib .use ("Svg" )
16-
1713import matplotlib .pyplot as plt
1814from matplotlib .patches import Shadow
1915
Original file line number Diff line number Diff line change 33Subplots Adjust
44===============
55
6- Adjusting the spacing of margins and subplots using :func:~matplotlib.pyplot.subplots_adjust.
6+ Adjusting the spacing of margins and subplots using
7+ `~matplotlib.pyplot.subplots_adjust`.
78"""
89import matplotlib .pyplot as plt
910import numpy as np
You can’t perform that action at this time.
0 commit comments