Skip to content

Commit fc9967d

Browse files
committed
DOC
1 parent fb96702 commit fc9967d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tutorials/intermediate/constrainedlayout_guide.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ def example_plot(ax, fontsize=12, nodec=False):
235235
# The saved file looks like:
236236
#
237237
# .. image:: /_static/constrained_layout/CL01.png
238+
# :width: 300px
238239
#
239240
# A better way to get around this awkwardness is to simply
240241
# use the legend method provided by `.Figure.legend`:
@@ -250,6 +251,7 @@ def example_plot(ax, fontsize=12, nodec=False):
250251
# The saved file looks like:
251252
#
252253
# .. image:: /_static/constrained_layout/CL02.png
254+
# :width: 300px
253255

254256
###############################################################################
255257
# Padding and Spacing

0 commit comments

Comments
 (0)