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

Parameters:
  • strand (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