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

Matrix function: subplotsPar is not defined #171

Closed SimonHH closed 10 months ago

SimonHH commented 10 months ago

When selecting the matrix box I get an error, that subplotsPar is not defined in GUIPlotPanel.py line 686, in setSubplotSpacing.

ebranlard commented 10 months ago

Hi @SimonHH Thanks for testing and reporting this. I believe I came accross this bug this week and fixed it. Can you check if you are using the latest dev? (Should be fixed by 3bedca6)
Thanks a lot!