pyDatView
pyDatView copied to clipboard
A crossplatform GUI to plot tabulated data from files (e.g. CSV, Excel, OpenFAST, HAWC2, Flex...), or python pandas dataframes
Generate the python script equivalent to what the user has done in the GUI, e.g.: - loading of files - mask / filters - plots This is convenient to quickly...
1. When switching axis to the right, with the matrix feature, y1 is not updated with AutoScale and the corsor position is only given for y1 and not for y2....
Some of the issues: - Testing the GUI is difficult, and wx fails on Travis. - Too much interdependency of GUI/Data makes it difficult to potentially change GUI framework (qt...