Skip to content

Commit 004e3f3

Browse files
committed
Merge branch 'tidy_examples'
2 parents ecca88a + adeba07 commit 004e3f3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-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()

examples/ticks_and_spines/spines_demo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@
2828

2929
# Tweak spacing between subplots to prevent labels from overlapping
3030
plt.subplots_adjust(hspace=0.5)
31+
3132
plt.show()

0 commit comments

Comments
 (0)