Added a bool check widget, and flag to 1D plotting to optionally turn off legends. This is useful if you're using the GUI and have a lot of runs. Remove the legend helps free up space to just visualize the XICs
Added a infer_unique_filenames method to get unique parts of filenames to reduce redundant bits of information and shorten filenames. This is useful for when plotting, the titles generally use the filenames, and if you have a lot of runs, the filenames tend to get cut-off.
Increased the font size for axis titles and axis text
Go from this
to this
Type of change
[x] New feature (non-breaking change which adds functionality)
[x] This change requires a documentation update
How Has This Been Tested?
Tested using GUI and 16 runs of SGS dataset.
Test Configuration:
OS: Windows 10
Checklist:
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my code
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
[x] My changes generate no new warnings
[x] I have added tests that prove my fix is effective or that my feature works
[x] New and existing unit tests pass locally with my changes
[x] Any dependent changes have been merged and published in downstream modules
Description
Draft
infer_unique_filenames
method to get unique parts of filenames to reduce redundant bits of information and shorten filenames. This is useful for when plotting, the titles generally use the filenames, and if you have a lot of runs, the filenames tend to get cut-off.Go from this
to this
Type of change
How Has This Been Tested?
Tested using GUI and 16 runs of SGS dataset.
Test Configuration:
Checklist:
Contents (#123)
Other
Uncategorised!