Skip to content

Commit

Permalink
Fix docstring for the panel_border param of the theme().
Browse files Browse the repository at this point in the history
  • Loading branch information
ASmirnov-HORIS committed Mar 22, 2024
1 parent 1269099 commit 2056600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-package/lets_plot/plot/theme_.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def theme(*,
panel_border : str or dict
Border around plotting area.
Set 'blank' or result of `element_blank()` to draw nothing.
Set `element_rect()` to specify border parameters, inherited from `rect`.
Set `element_line()` to specify border parameters, inherited from `line`.
panel_border_ontop : bool, default=True
Option to place border around plotting area over the data layers.
panel_grid, panel_grid_major, panel_grid_minor, panel_grid_major_x, panel_grid_major_y, panel_grid_minor_x, panel_grid_minor_y : str or dict
Expand Down

0 comments on commit 2056600

Please sign in to comment.