vtsuperdarn / davitpy

DEPRECATED The DaViT Python project
http://vtsuperdarn.github.com/davitpy/
GNU General Public License v3.0
37 stars 59 forks source link

Bugfix for #102: Label MLT with hours, not degrees #260

Closed mrwessel closed 8 years ago

mrwessel commented 8 years ago

Fixed in #103 originally, but broken since then.

See #102.

One-liner fix that re-added the format kwarg to a function call.

asreimer commented 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.