8000
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 91f986a commit 9b72f6aCopy full SHA for 9b72f6a
lib/matplotlib/axes/_base.py
@@ -601,7 +601,7 @@ class _AxesBase(martist.Artist):
601
#: def fmt(val: float, /) -> str: ...
602
fmt_xdata = None
603
604
- #: Callable to format the y-data in an interactive window
+ #: Callable to format the y-data in an interactive window.
605
#:
606
#: The expected signature is ::
607
lib/mpl_toolkits/mplot3d/axes3d.py
@@ -57,7 +57,7 @@ class Axes3D(Axes):
57
Axes._shared_axes["z"] = cbook.Grouper()
58
Axes._shared_axes["view"] = cbook.Grouper()
59
60
- #: Callable to format the z-data in an interactive window
+ #: Callable to format the z-data in an interactive window.
61
62
63
0 commit comments