This module provides general plotting functions.
smith([smithR, chart_type, ax]) | plots the smith chart of a given radius |
plot_smith(z[, smith_r, chart_type, ...]) | plot complex data on smith chart |
plot_rectangular(x, y[, x_label, y_label, ...]) | plots rectangular data and optionally label axes. |
plot_polar(theta, r[, x_label, y_label, ...]) | plots polar data on a polar plot and optionally label axes. |
plot_complex_rectangular(z[, x_label, ...]) | plot complex data on the complex plane |
plot_complex_polar(z[, x_label, y_label, ...]) | plot complex data in polar format. |