File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ def example_plot(ax, fontsize=12):
289
289
# Pre Matplotlib 2.2, legends and annotations were excluded from the bounding
290
290
# box calculations that decide the layout. Subsequently these artists were
291
291
# added to the calculation, but sometimes it is undesirable to include them.
292
- # For instance in this case it might be good to have the axes shring a bit
292
+ # For instance in this case it might be good to have the axes shrink a bit
293
293
# to make room for the legend:
294
294
295
295
fig , ax = plt .subplots (figsize = (4 , 3 ))
@@ -349,8 +349,8 @@ def example_plot(ax, fontsize=12):
349
349
plt .tight_layout ()
350
350
351
351
###############################################################################
352
- # Another option is to use AxesGrid1 toolkit to
353
- # explicitly create an axes for colorbar.
352
+ # Another option is to use the AxesGrid1 toolkit to
353
+ # explicitly create an axes for the colorbar.
354
354
355
355
from mpl_toolkits .axes_grid1 import make_axes_locatable
356
356
You can’t perform that action at this time.
0 commit comments