-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
releasedIncluded in a releaseIncluded in a release
Description
Is your feature request related to a problem?
While we don't want individual styling options for plots, a nice, consistent dark mode would improve integration into IDEs.
Desired solution
Add a new, optional, keyword-only parameter theme to all plot methods of ColumnPlotter and TablePlotter.
Type: Literal["dark", "light"]
Default value: "light"
- The same plot should have a consistent look for each theme.
- Different plots should have a consistent look for different themes.
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
releasedIncluded in a releaseIncluded in a release
Type
Projects
Status
✔️ Done