ebranlard / pyDatView

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

All actions in "Data menu" should be plugins and part of the pipeline #160

Closed ebranlard closed 1 year ago

ebranlard commented 1 year ago

Once completed, it will achieve part of feature "5" requested by @SimonHH here: #91

Script export #13 can then be readily implemented by implementing in each plugin a scriptExport method that writes the script corresponding to a given action on a given table.

ebranlard commented 1 year ago

Started with #133 Finalized with 9eeb688 and #159