Skip to content

Commit 0f4421c

Browse files
timhoffmoscargus
andauthored
Update galleries/examples/ticks/fig_axes_customize_simple.py
Co-authored-by: Oscar Gustafsson <[email protected]>
1 parent f37099c commit 0f4421c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

galleries/examples/ticks/fig_axes_customize_simple.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import matplotlib.pyplot as plt
1212

1313
fig = plt.figure()
14-
rect = fig.patch.set_facecolor('lightgoldenrodyellow')
14+
fig.patch.set_facecolor('lightgoldenrodyellow')
1515

1616
ax1 = fig.add_axes([0.1, 0.3, 0.4, 0.4])
1717
ax1.patch.set_facecolor('lightslategray')

0 commit comments

Comments
 (0)