Skip to content

Commit 101157a

Browse files
Backport PR #15217: Doc: Add plt.show() to horizontal bar chart example (#15218)
1 parent bc75f0b commit 101157a

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)