plotly / plotly.js

Open-source JavaScript charting library behind Plotly and Dash
https://plotly.com/javascript/
MIT License
16.9k stars 1.85k forks source link

enable admittance maps with scattersmith #6842

Open SeansHuang opened 8 months ago

SeansHuang commented 8 months ago

LIke this: 1704965317283

SeansHuang commented 8 months ago

@benjeffery

alexcjohnson commented 6 months ago

Currently not possible, but it would be a nice feature to add, if you're interested in making a PR. Could be as simple as smith.type: 'impedance'|'admittance' and then adjusting the drawing code. I'm not particularly familiar with either variant though, if you're plotting admittance will the input data also be admittance or are there cases you want to use impedance data to create an admittance plot?