seapy.tools.plot

seapy.tools.plot(x, y, quantity, visible, yscale='linear')[source]

Plot y as function of x where y has quantity quantity and x is frequency f.

Parameters:
  • x – Array of values for the x-axis.
  • y – Array of values for the y-axis.
  • quantity – Quantity
  • visible – Array of booleans.
Returns:

Figure.

Type:

matplotlib.figure.Figure

This Page