Skip to content

Commit fb96702

Browse files
committed
DOC
1 parent 926c500 commit fb96702

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

tutorials/intermediate/constrainedlayout_guide.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def example_plot(ax, fontsize=12, nodec=False):
234234
#############################################
235235
# The saved file looks like:
236236
#
237-
# .. image:: CL01.png
237+
# .. image:: /_static/constrained_layout/CL01.png
238238
#
239239
# A better way to get around this awkwardness is to simply
240240
# use the legend method provided by `.Figure.legend`:
@@ -247,9 +247,9 @@ def example_plot(ax, fontsize=12, nodec=False):
247247
fig.savefig('CL02.png', bbox_inches='tight')
248248

249249
#############################################
250-
# The saved file looks like:
250+
# The saved file looks like:
251251
#
252-
# .. image:: CL02.png
252+
# .. image:: /_static/constrained_layout/CL02.png
253253

254254
###############################################################################
255255
# Padding and Spacing

0 commit comments

Comments
 (0)