Closing matplotlib figure in plot

This commit is contained in:
Caleb Robinson 2021-08-02 21:09:50 +00:00 коммит произвёл Adam J. Stewart
Родитель 2ac238606c
Коммит 664fa977d3
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -241,6 +241,7 @@ class Chesapeake(GeoDataset, abc.ABC):
ax.imshow(array)
ax.axis("off")
plt.show()
plt.close()
class Chesapeake7(Chesapeake):