Skip to content

Commit

Permalink
Small fix in docstrings for the exponent_format parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
ASmirnov-HORIS committed Jan 12, 2024
1 parent dbbf60a commit 16a7922
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions python-package/lets_plot/plot/theme_.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,10 @@ def theme(*,
----------
exponent_format : {'e', 'pow'}, default='e'
Format for numeric labels in scientific notation.
e for "e" notation (e.g. 1e+6)
pow for "power" notation (e.g. 1x10^6). This will enable superscript formatting for the exponent.
- e for "e" notation (e.g. 1e+6)
- pow for "power" notation (e.g. 1x10^6). This will enable superscript formatting for the exponent.
Note that superscript is not fully support by CairoSVG library and export to PNG/PDF may produce unexpected results.
line : str or dict
All line elements.
Expand Down

0 comments on commit 16a7922

Please sign in to comment.