Skip to content

Commit

Permalink
Revert "Fix docstring for the panel_border param of the theme()."
Browse files Browse the repository at this point in the history
This reverts commit 2056600.
  • Loading branch information
ASmirnov-HORIS committed Apr 12, 2024
1 parent 1e4fc49 commit 6c6e0cb
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 @@ -171,7 +171,7 @@ def theme(*,
panel_border : str or dict
Border around plotting area.
Set 'blank' or result of `element_blank()` to draw nothing.
Set `element_line()` to specify border parameters, inherited from `line`.
Set `element_rect()` to specify border parameters, inherited from `rect`.
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 6c6e0cb

Please sign in to comment.