Is it possible to plot Smit chart using Qwt>
-Pankaj
Printable View
Is it possible to plot Smit chart using Qwt>
-Pankaj
No. Like the QwtPolar package you could use some common classes, but the coordinate system is simply different.
Uwe
Hi Uwe,
I have written implemented smith charts using QT's graphics view framework. The advantage of my implementation is the coordinate system which is drawn taking into account the size of the chart, hence if you increase or decrease the plots size, the number of circles and arcs in different areas increase accordingly or decrease. I would be glad to share the code if you would like.
-Pankaj
Hi Pankaj,
A QwtSmithPlot is on my TODO list for this year - so your distribution is very welcome. But I would like to share design/code with the QwtPolar classes, what excludes using the Graphics View classes.
If you like we can do this together ?
Uwe
PS: Please contact me be Email.
Hi Uwe,
I am not sure if you received my earlier message, it does not show up in my sent folder either. I tried sending private message today again, and it said that you have chosen not to receive private message. Please guide how I can contact you through e-mail.
-Pankaj
I got your mail and you should have received and answer yesterday.
Looking at the Qwt page ( or Qwt mailinglist ) you can find my email adress easily.
Uwe
Hi Uwe,
Has there been any progress on Smith Chart plotting? I took a quick look in subversion for both Qwt and Qwt Polar, but couldn't see anything.
Thanks for all your efforts!