pyspedas
pyspedas copied to clipboard
PyTplot examples
IDL SPEDAS has several crib sheets showing how to make common changes to figures in tplot; I think we should reproduce some of these with the current bleeding edge of PyTplot; e.g.,
- [x] pseudo-variables
- [x] colors (crib_colors)
- [ ] ticks (crib_tplot_ticks)
- [x] range (crib_tplot_range)
- [ ] multiaxis (crib_tplot_multiaxis)
- [ ] layout (crib_tplot_layout)
- [ ] export/print (crib_tplot_export_print)
- [x] annotations
- [x] error bars
- [x] loading data from HAPI servers
- [x] highlight interval / timebars
- [x] symbols/markers
- [x] legend options
- [x] line options (in PyHC summer-school-24 repo, needs to be moved to pyspedas_examples)
- [x] spectrograms
Update: we created several of these at the 2022 PyHC spring meeting hackathon; the examples can be found in the pyspedas_examples repository, and are linked to above.
Feel free to respond here if you have ideas for examples not already covered!