GauiStori / PyQt-Qwt

Python PyQt wrapper for Qwt6
Other
54 stars 18 forks source link

why is drawSymbols in qwtPlotCurve commented out? #10

Closed twillis449 closed 3 years ago

twillis449 commented 5 years ago

In sip/qwt_plot_curve.sip you have commented out the drawSymbols function (lines 238 to 240). Why is that? I make use of drawSymbols in one of my test programs and could not figure out why i could call it in the earlier PyQwt 5.2 and not in your version (!) until I looked at your sip code.

This issue is not that critical as I don't appear to be using the function anywhere in production code but just in a test program I wrote.

Thanks

Tony

GauiStori commented 5 years ago

Hi Tony

Sorry. In the beginning I commented out the ones that didn't work but the wrapper compiles perfectly with the drawSymbols function.

Thanks. I will uncomment it ASAP and test tonight.

Regards Gudjon

GauiStori commented 5 years ago

Hi Tony

Your issue should be fixed with the last commit.

Regards Gudjon