Skip to content

Commit b203c98

Browse files
author
Henry Hammond
committed
Fixed NyToLon example multiple calls to plt.show()
1 parent 72e6eed commit b203c98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/nytolondon.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@
6565
m.drawmeridians(meridians,labels=[1,1,0,1])
6666
plt.title('Great Circle from New York to London (Gnomonic)')
6767
sys.stdout.write('plotting Great Circle from New York to London (Gnomonic)\n')
68-
plt.show()
68+
69+
fig=plt.figure()
6970

7071

7172
# Example of Great Circles which exit and reenter the map

0 commit comments

Comments
 (0)