astropy / astroplan

Observation planning package for astronomers – maintainer @bmorris3
https://astroplan.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
198 stars 109 forks source link

Fix plot_sky #543

Closed H-xie closed 1 year ago

H-xie commented 1 year ago

check if current axes is plt.PolarAxes before draw. Makes multiple targets can be plotted in one sky map.

May be a response to my issue #542

Thanks for your time

bmorris3 commented 1 year ago

Thanks, @H-xie!