spedas / pyspedas

Python-based Space Physics Environment Data Analysis Software
https://pyspedas.readthedocs.io/
MIT License
149 stars 58 forks source link

Implement contour plots in PySPEDAS #778

Open jameswilburlewis opened 7 months ago

jameswilburlewis commented 7 months ago

Kevin.Blasl@oeaw.ac.at asked a question about plotting contour lines in tplot spectrograms. We don't seem to have support for this in tplot -- the way it's done in routines like mms_fpi_ang_ang.py is to generate the plot directly with matplotlib, and call its contour() routine directly. Perhaps we can implement some tplot options and support for them in the specplot routine.