Skip to content

Commit 9866d70

Browse files
author
ugurthemaster
committed
Update pie_demo_features.py
line break added before "plt.show()" line
1 parent 513719e commit 9866d70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/pie_and_polar_charts/pie_demo_features.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@
2929
autopct='%1.1f%%', shadow=True, startangle=90)
3030
# Set aspect ratio to be equal so that pie is drawn as a circle.
3131
plt.axis('equal')
32+
3233
plt.show()

0 commit comments

Comments
 (0)