Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the possibility to save and load plot presets #82

Open
GiulioRomualdi opened this issue Apr 29, 2024 · 3 comments
Open

Add the possibility to save and load plot presets #82

GiulioRomualdi opened this issue Apr 29, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@GiulioRomualdi
Copy link
Member

It would be nice to have the possibility to save and load plot presets. I imagine that in the future, it would be possible to run the visualizer with:

robot-log-visualizer --present <present_file>

or even better load it from the GUI.

All the plots from the associated dataset would then be automatically displayed. This would save time, as during debugging, we often need to open the same plot for different experiments.

cc @traversaro @S-Dafarra

@GiulioRomualdi GiulioRomualdi added the enhancement New feature or request label Apr 29, 2024
@GiulioRomualdi GiulioRomualdi changed the title Add the possibility to save and load plot presents Add the possibility to save and load plot presets Apr 29, 2024
@S-Dafarra
Copy link
Member

One possibility could be to use QT settings files too: https://doc.qt.io/qt-6/qsettings.html#

@S-Dafarra
Copy link
Member

One possibility could be to use QT settings files too: https://doc.qt.io/qt-6/qsettings.html#

The good thing about this is that you can edit the file from code too. So you can save/store configurations more easily than classical yarp ini files.

@GiulioRomualdi
Copy link
Member Author

cc @FabioBergonti

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants