Deprecation warning for ax.plot_date: fixed by using ax.plot with datetime64 instead
Warnings about non-rotation transforms when calculating Sun and Moon separations. Fixed by adding origin_mismach="ignore" to those two calculations. There is already a comment about this before both instances and removing the warning avoids end users seeing it and wondering if something is wrong with how they specified coordinates.
This fixes two warnings I saw when running tests:
ax.plot_date
: fixed by usingax.plot
withdatetime64
insteadorigin_mismach="ignore"
to those two calculations. There is already a comment about this before both instances and removing the warning avoids end users seeing it and wondering if something is wrong with how they specified coordinates.