plot_time_distance#
- pydrad.visualize.plot_time_distance(strand, quantities, delta_s: Unit('cm'), **kwargs)[source]#
Make a time-distance plot for a particular quantity or quantities on a uniform grid.
- Parameters:
strand (
Strand)quantities (
str,list,tuple) – Name of quantity or quantities to plot. Optionally, you can also pass in a tuple of(str, array-like), wherestris the label and the second entry is the quantity to plot, already interpolated onto a common grid.delta_s (
Quantity) – Spacing of the uniform spatial grid to interpolate the quantity ontospace_unit (
strorastropy.quantity.Unit, optional) – Unit for the spatial axisParameters (Optional)
-------------------
plot_time_mesh. (All other parameters are passed to)