We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f37099c commit 0f4421cCopy full SHA for 0f4421c
galleries/examples/ticks/fig_axes_customize_simple.py
@@ -11,7 +11,7 @@
11
import matplotlib.pyplot as plt
12
13
fig = plt.figure()
14
-rect = fig.patch.set_facecolor('lightgoldenrodyellow')
+fig.patch.set_facecolor('lightgoldenrodyellow')
15
16
ax1 = fig.add_axes([0.1, 0.3, 0.4, 0.4])
17
ax1.patch.set_facecolor('lightslategray')
0 commit comments