lcapy.plot

This module performs plotting using matplotlib.

Copyright 2014–2022 Michael Hayes, UCECE

Functions

make_axes([figsize, axes])

parse_range(frange[, zero, positive])

plot_angular_bode(obj, f, **kwargs)

This is a helper function for a Bode plot.

plot_angular_frequency(obj, omega[, plot_type])

This is a helper function for a frequency response plot.

plot_bode(obj, f[, phase])

This is a helper function for a Bode plot.

plot_deltas(ax, t, deltas, var[, plot_type, ...])

plot_frequency(obj, f[, plot_type])

This is a helper function for a frequency response plot.

plot_nichols(obj, f[, norm])

This is a helper function for a Nichols plot.

plot_nyquist(obj, f[, norm, xlim, ylim])

This is a helper function for a Nyquist plot.

plot_phasor(obj, **kwargs)

This is a helper function for a phasor plot.

plot_pole_zero(obj[, xlim, ylim])

This is a helper function for a pole zero plot.

plot_sequence(obj, ni[, plot_type, polar])

This is a helper function for a stem (lollipop) plot.

plot_sequence_polar(obj[, ni])

plot_time(obj, t[, plot_type])

This is a helper function for a time plot.

plotit(ax, obj, f, V[, plot_type, deltas, ...])