plotting (skrf.plotting)

This module provides general plotting functions.

Charts

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.

Table Of Contents

Previous topic

skrf.frequency.Frequency.labelXAxis

Next topic

skrf.plotting.smith

This Page