We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dfd67f commit 06a8adeCopy full SHA for 06a8ade
circuitpython_uplot/plot.py
@@ -387,7 +387,7 @@ def tick_params(
387
:param int tickcolor: tick color in hex. Defaults to white. ``0xFFFFFF``
388
:param bool tickgrid: defines if the grid is to be shown. Defaults to `False`
389
:param bool showtext: Show Axes text. Defaults to `False`
390
- :param int decimal_points: Number of decimal points to show. Defaults to 0
+ :param int decimal_points: Number of decimal points to show. Defaults to :const:`0`
391
392
:return: None
393
0 commit comments