Closed mrwessel closed 8 years ago
Is this the proverbial fiery rise from the ashes for @mrwessel? Nice to see you contributing here again :)
I tested this code using python plotUtils.py
as instructed and it works. MLT labels are no longer in degrees, but in MLT hours as they should be.
I also test the code using:
pydarn.plotting.plotFan(datetime(2013,1,1,12),['sas'],coords='mlt')
and this works as expected as well.
Fixed in #103 originally, but broken since then.
See #102.
One-liner fix that re-added the format kwarg to a function call.