spedas / pyspedas

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

Some tplot_options not used by matplotlib, others renamed confusingly #809

Open jameswilburlewis opened 3 months ago

jameswilburlewis commented 3 months ago

Some of the options in tplot_options may not have made the transition from the Qt or Bokeh versions to the matplotlib version of pytplot. Also, tplot_options calls set_tplot_options (in tplot_utilities.py), and sometimes saves them under different names.

Used, but renamed: title (tplot_options) ->. title_text (tplot_utilities)

Unused and renamed: wsize (tplot_options) -> window_size

Same names, not used: title_align alt_range map_x_range map_y_range crosshair roi show_all_axes min_border_top min_border_bottom black_background axis_tick_num yaxis_width y_axis_zoom