irfpy.cy1orb.plot.axis_moon_gse

irfpy.cy1orb.plot.axis_moon_gse.axis_moongse(rect=None, xylabel=True, bsfmt='r-', mpfmt='g-', efmt='bo')[source]

Make axes for Moon position plot with bowshock and magnetopause positions.

Here is a sample:

figure()
ax = axis_moongse()
ax.plot([60, 61, 62], [30, 40, 50])