plot_strand#

pydrad.visualize.plot_strand(strand, limits=None, cmap='viridis', **kwargs)[source]#

Plot hydrodynamic quantities at multiple timesteps

This function takes all of the same keyword arguments as ~pydrad.visualize.plot_profile.

Parameters:
  • strand (~pydrad.parse.Strand) –

  • limits (dict, optional) – Axes limits for hydrodynamic quantities

  • cmap (str or colormap instance) – The colormap to map the timestep index to

See also

plot_profile