ebranlard / pyDatView

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

graphic is not updated #166

Closed SimonHH closed 11 months ago

SimonHH commented 11 months ago

Hi,

thank you very much for all the improvements! With implementing it on our end I noticed that pydatview freezes once the window is resized.

Everything below the task bar (file, Data, ...) freezes and is not redrawn. The dropdown for auto, same table,... is not visible anymore (after some resizing) but the dropdown is shown when clicking the right spot.

Not sure what is causing this. Maybe a replot command is missing somewhere?

Best regards, Simon

ebranlard commented 11 months ago

Hi Simon,

I couldn't reproduced the issue (I tried version 149). I've now pushed a small update (v150), can you let me know if that fixes it?

Thanks a lot

SimonHH commented 11 months ago

Hi Emmanuel,

interesting. Nevertheless your update seems to fix it. v151 does not show the issue anymore as far as I can see. Thank you!

Best regards, Simon