Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 08ee4bd

Browse files
committed
FLK8
1 parent d9daab3 commit 08ee4bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/intermediate/constrainedlayout_guide.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ def example_plot(ax, fontsize=12, hide_labels=False):
356356
ax.set_title("")
357357
ax.set_xlabel("")
358358

359-
ax.set_xlabel("x-label", fontsize=12);
359+
ax.set_xlabel("x-label", fontsize=12)
360360

361361
############################################################################
362362
# Note that in the above the left and right columns don't have the same

0 commit comments

Comments
 (0)