8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentati 8000 on.
There was an error while loading. Please reload this page.
1 parent 30d8d3b commit 7a2ea8aCopy full SHA for 7a2ea8a
lib/matplotlib/axes/_base.py
@@ -568,7 +568,7 @@ class _AxesBase(martist.Artist):
568
#: def fmt(val: float, /) -> str: ...
569
fmt_xdata = None
570
571
- #: Callable to format the y-data in an interactive window
+ #: Callable to format the y-data in an interactive window.
572
#:
573
#: The expected signature is ::
574
lib/mpl_toolkits/mplot3d/axes3d.py
@@ -62,7 +62,7 @@ class Axes3D(Axes):
62
sx = _api.deprecate_privatize_attribute("3.7")
63
sy = _api.deprecate_privatize_attribute("3.7")
64
65
- #: Callable to format the z-data in an interactive window
+ #: Callable to format the z-data in an interactive window.
66
67
68
0 commit comments