silx-kit / silx

silx toolkit
http://www.silx.org/doc/silx/latest/
MIT License
119 stars 70 forks source link

silx.view.Viewer : New feature to display multiple curves in a new window #4132

Closed RebeloAlexis closed 3 weeks ago

RebeloAlexis commented 3 weeks ago

A new feature has been added, allowing the display of multiple curves by selecting values for X or Y. Only 1D files are taken into account. How to access :

    - Open silx view
    - Select a file
    - Open the 'plot selection' window (View -> plot selection)
    - Drag and drop dataset to the new window
    - Admire the results :)

All the code is in silx.view.CustomPlotSelectionWindow image