import matplotlib.pyplot as plt import cartopy.crs as ccrs plot.rc['figure.facecolor'] = 'w' #%config InlineBackend.figure_format = 'svg' %matplotlib inline plt.rc('font',family="Arial")#'Times New Roman') plt.rcParams['axes.unicode_minus'] = False ...
xuejingkai.hashnode.dev3 min read
No responses yet.