from matplotlib import pyplot as plt
from ligo.skymap.plot.marker import earth

plt.plot(0, 0, marker=earth, markersize=20, markeredgewidth=2)