spedas / pyspedas

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

x axis title & subtitle in pytplot #865

Open ShibotoshBiswas opened 1 month ago

ShibotoshBiswas commented 1 month ago

Just like setting yaxis title, subtitle.... I was unable to set for X axis. example: options( 'mms1_fgm_b_brst_bvec' , 'ytitle', ' magnetic field vectors') options( 'mms1_fgm_b_brst_bvec' , 'ysubtitle', ' [nT] ')

For x axis this options are not available.. please help !!