All translations
Jump to navigation
Jump to search
Enter a message name below to show all available translations.
Found 2 translations.
Name | Current message text |
---|---|
h English (en) | <syntaxhighlight lang="python"> def do_stuff(): from pyspedas import themis from pytplot import tplot themis.state(trange=['2007-03-23','2007-03-24'], probe='a', get_support_data=True) tplot(['tha_state_pos','tha_state_vel']) </syntaxhighlight> |
h Brazilian Portuguese (pt-br) | <syntaxhighlight lang="python"> def do_stuff(): from pyspedas import themis from pytplot import tplot themis.state(trange=['2007-03-23','2007-03-24'], probe='a', get_support_data=True) tplot(['tha_state_pos','tha_state_vel']) </syntaxhighlight> |