ebranlard / pyDatView

A crossplatform GUI to plot tabulated data from files (e.g. CSV, Excel, OpenFAST, HAWC2, Flex...), or python pandas dataframes
MIT License
110 stars 43 forks source link

Error with font panel / curve fitting #122

Closed SimonHH closed 2 years ago

SimonHH commented 2 years ago

Hi,

after loading a file and clicking the font panel this error is given: image

When selecting any options from the tools or data dropdown this errors is given: image Only exception are the SI and WE conversion options.

As the dependencies are changed recently I suspect a compatibility issue. Any ideas?

I tried the latest dev version v0.3-dev-19.

ebranlard commented 2 years ago

Hi Simon, Thanks for this report. I can reproduce the issue with scipy, and I'm going to push a fix in the next commit. But I can't reproduce the one with matplotlib. What do you call the "Font Panel"? I'm not sure I was aware of it Thanks

SimonHH commented 2 years ago

With "Font Panel" I meant the "configure subplots" bottom in the lower left corner: image Thank you for the support!

ebranlard commented 2 years ago

Thanks a lot, I missed that error. I hope it's fixed now. I couldn't check with other OS though.

ebranlard commented 2 years ago

Hi @SimonHH are you still seeing this with the latest versions of pyDatView?

SimonHH commented 2 years ago

All good on my side. Thank you for the fix.