8000 Add `plt.show()` to horizontal bar chart · matplotlib/matplotlib@4a44536 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4a44536

Browse files
Add plt.show() to horizontal bar chart
1 parent 82918ac commit 4a44536

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/lines_bars_and_markers/horizontal_barchart_distribution.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ def survey(results, category_names):
7070

7171

7272
survey(results, category_names)
73+
plt.show()
7374

7475
#############################################################################
7576
#

0 commit comments

Comments
 (0)
0