skrf.plotting.smith

skrf.plotting.smith(smithR=1, chart_type='z', ax=None)

plots the smith chart of a given radius

Parameters :

smithR : number

radius of smith chart

chart_type : [‘z’,’y’]

Contour type. Possible values are
  • ‘z’ : lines of constant impedance
  • ‘y’ : lines of constant admittance

ax : matplotlib.axes object

existing axes to draw smith chart on

Previous topic

skrf.plotting.plot_complex_polar

Next topic

skrf.plotting.plot_smith

This Page