10000 Add completion message to colorbar histogram example · matplotlib/matplotlib@c81072f · GitHub
[go: up one dir, main page]

Skip to content

Commit c81072f

Browse files
committed
Add completion message to colorbar histogram example
1 parent 646be10 commit c81072f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

galleries/examples/color/colorbar_histogram.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,6 @@
3939
cax.set_xlabel('Count')
4040
cax.set_ylabel('Value')
4141

42-
plt.show()
42+
plt.show()
43+
44+
print("Colorbar with histogram example completed.")

0 commit comments

Comments
 (0)
0