SkillAgentSearch skills...

Smith.py

minimal Smith Chart plotting for Python

Install / Use

/learn @qnzy/Smith.py
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

smith.py, a simple minimalistic Smith Chart plotter for Python.

Usage:

  import smith
  smith=smith.smith()
  smith.markZ(20+30j, 'Z1')
  smith.drawZList([0, 50j, 1e6j, -50j, 0])
  smith.save('smithchart.pdf')

Results in

smithchart.png

Depends on matplotlib and numpy.

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated9mo ago
Forks1

Languages

Python

Security Score

62/100

Audited on Jun 10, 2025

No findings