Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit657e268

Browse files
committed
Remove unwanted characters
1 parent8631c31 commit657e268

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎tutorials/intermediate/constrainedlayout_guide.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ def example_plot(ax, fontsize=12, hide_labels=False):
7070
# To prevent this, the location of axes needs to be adjusted. For
7171
# subplots, this can be done manually by adjusting the subplot parameters
7272
# using `.Figure.subplots_adjust`. However, specifying your figure with the
73-
##``layout="constrained"`` keyword argument will do the adjusting
74-
##automatically.
73+
# ``layout="constrained"`` keyword argument will do the adjusting
74+
# automatically.
7575

7676
fig,ax=plt.subplots(layout="constrained")
7777
example_plot(ax,fontsize=24)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp