Skip to content

Commit

Permalink
Docstrings: improve description for legend_position parameter in `t…
Browse files Browse the repository at this point in the history
…heme()`.
  • Loading branch information
OLarionova-HORIS committed Apr 12, 2024
1 parent fc1c0d3 commit 1e4fc49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python-package/lets_plot/plot/theme_.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ def theme(*,
legend_position : {'none', 'left', 'right', 'bottom', 'top'} or list
The position of legends. To remove the plot legend, use the 'none' value.
If parameter is a list, then it should be a two-element numeric vector,
specifying the position inside the plotting area,
each value of float type between 0 and 1.
legend_justification : str or list
Anchor point for positioning legend. If parameter is a list, then
Expand Down

0 comments on commit 1e4fc49

Please sign in to comment.