Translations:Translation Sandbox/11/pt-br

From SPEDAS Wiki
Revision as of 08:11, 29 December 2023 by Jwl (talk | contribs) (Created page with "<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>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<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>