plotting (skrf.plotting
)¶
This module provides general plotting functions.
Plots and Charts¶
|
Plot the Smith chart of a given radius. |
|
Plot complex data on smith chart. |
|
Plot rectangular data and optionally label axes. |
|
Plot polar data on a polar plot and optionally label axes. |
|
Plot complex data on the complex plane. |
|
Plot complex data in polar format. |
|
Plot something vs this frequency. |
|
Plot dB, deg, smith, and complex in subplots. |
|
Plots mean value of the NetworkSet with +/- uncertainty bounds in an Network's attribute. |
|
Call |
|
Call |
|
Call |
|
Plot mean value of a NetworkSet with +/- uncertainty bounds in an Network's attribute. |
|
Plot complex uncertainty bounds plot on smith chart. |
|
Call |
|
Call |
|
Plot dB(diag(passivity metric)) vs frequency. |
|
Plot the uncertainty for the set in units of log-sigma. |
|
Plot the graph of the circuit using networkx drawing capabilities. |
|
Create a contour plot. |
Convenience plotting functions¶
|
Loads the rc-params from the specified file (file must be located in skrf/data). |
|
Plot all networks parameters individually on subplots. |
|
Shades frequency bands. |
|
Save all open Figures to disk. |
|
Scale frequency axis ticks. |
|
Add markers to existing lings on a plot. |
|
Turn off the legend for a given axes. |
|
Run a function after making all open figures current. |
|
Scrape a legend with redundant labels. |
|
Visualization of a NetworkSet. |