4import matplotlib.pyplot
as plt
5from mpl_toolkits.axes_grid1.inset_locator
import inset_axes
6import matplotlib.patches
as patches
17pt.plot.plot_ionosphere(filename=filename,outputdir=
"./ionosphereplot/",var=
"ig_fac",vmin=-1e-6, vmax=1e-6, lin=
True, wmark=
"NE", minlatitude=40)
20pt.plot.plot_ionosphere(filename=filename,outputdir=
"./ionosphereplot/",var=
"ig_potential", colormap=
"PuOr", vmin=-100e3, vmax=100e3, lin=
True, wmark=
"NE", symmetric=
True, minlatitude=40)