[#1029] Allow for custom plot line color and style #3052
Conversation
|
Which plots I want to see depend on what I'm trying to figure out for a particular rocket. My guess is it's more useful as it is here. |
Probably, yeah. So in that case, when would you save the settings with the ORK file? Only when they're different from default? |
|
@SiboVG do you want to add the "set as default" or should we merge it now? |
Yes, something like that. |
I'll take a look at it this week. |
When a new plot parameter is added, it uses the default appearance. when you load a file that already contains plot appearances, but they have not yet been customized (same value as the factory default), then replace that with the new user application default
|
Done. I added a "Set as default" and "Reset to factory default" button. To not clutter the UI, I used icon buttons (this SVG icon replacement is really paying off). Screen.Recording.2026-04-08.at.02.17.57.mp4I do still want to change SwingPreferences to not use |
|
What are the tooltips on those two new buttons? |
For set as default: For reset to factory default: |
|
That sounds good. I'm not sure I'm totally on board with the choics of icons for those buttons, but that's a good enough starting point (the "save as default" button looks like a bookmark icon, which doesn't map to the function in my mind... is that a common usage?) |
There really is no standard icon for this functionality. This is the closest I could find. |


Fixes #1029. You can now configure the plot line color and style for each data type. These settings are stored in the .ork file.