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 c1902af commit 2871056Copy full SHA for 2871056
galleries/examples/style_sheets/style_sheets_reference.py
@@ -169,7 +169,6 @@ def plot_figure(style_label=""):
169
for style_label in style_list:
170
with plt.rc_context({"figure.max_open_warning": len(style_list)}):
171
with plt.style.context(style_label):
172
- print(style_label)
173
plot_figure(style_label=style_label)
174
175
plt.show()
0 commit comments