如何在此情节中减小图例的大小?

时间:2019-03-12 10:31:49

标签: python matplotlib geospatial

fig, ax = plt.subplots(1, figsize=(20,20))
ax = file[file['NAME'].isin(['Alaska','Hawaii']) == False].plot(ax=ax, color='#3B3C6E')
hurigeo.plot(column='Wind', marker="<",  markersize=10,edgecolor='0.8',cmap='Blues', legend=True ,ax=ax)
plt.legend()
ax.set_title("Hurricane Florence in US Map", fontsize=25)

enter image description here

0 个答案:

没有答案