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

Skip to content

Commit c1902af

Browse files
committed
debug ci
1 parent 6c3191c commit c1902af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

galleries/examples/style_sheets/style_sheets_reference.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ def plot_figure(style_label=""):
169169
for style_label in style_list:
170170
with plt.rc_context({"figure.max_open_warning": len(style_list)}):
171171
with plt.style.context(style_label):
172+
print(style_label)
172173
plot_figure(style_label=style_label)
173174

174175
plt.show()

0 commit comments

Comments
 (0)