Skip to content

Commit

Permalink
Merge branch '789-feat-dark-mode-for-plots-neu' of https://github.com…
Browse files Browse the repository at this point in the history
…/Safe-DS/Library into 789-feat-dark-mode-for-plots-neu
  • Loading branch information
TobiasPluecker committed Jul 12, 2024
2 parents 982c5a6 + 8b594dd commit 2e8f580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/safeds/data/tabular/plotting/_column_plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def histogram(self, *, max_bin_count: int = 10, theme: Literal["dark", "light"]
max_bin_count:
The maximum number of bins to use in the histogram. Default is 10.
theme:
The theme for the plot, either "dark" or "light". Default is "light"
The theme for the plot, either "dark" or "light". Default is "light".
Returns
-------
Expand Down

0 comments on commit 2e8f580

Please sign in to comment.