Description
Hey everyone!
I think adding support to plot to Smith Charts would be extremely beneficial to everyone working in RF/Microwave engineering.
It basically is a modified polar plot with a Mobius transform mapping complex numbers onto a polar plane.
There are several implementations across a few plotting backends: PGFPlots has it in LaTeX, PySmithChart and Matplotlib have it in Python, it's native in MATLAB, and InspectDR has it in Julia. But none of them implement interactability as well as the leading CAD software which utilizes Smith Charts in design work.
I think Plotly is perfect for this as it can provide a true cross-platform interactive means by which to visualize complex data for radio engineers.
I am more than happy to do a PR, I just need some guidance on how to start working on what is effectively a new axis type.