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

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