We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d59eed8 commit 3d41501Copy full SHA for 3d41501
1 file changed
firedrake/pyplot/mpl.py
@@ -85,12 +85,12 @@ def _get_collection_types(gdim, tdim):
85
86
@PETSc.Log.EventDecorator()
87
def scatter(vom: MeshGeometry | Function, axes: matplotlib.axes.Axes | None = None, **kwargs) -> matplotlib.collections.PathCollection:
88
- r"""Plot a 2D or 3D VertexOnlyMesh as a scatter plot.
+ r"""Plot a 2D or 3D :func:`.VertexOnlyMesh` as a scatter plot.
89
90
Parameters
91
----------
92
vom
93
- A ``VertexOnlyMesh`` or a scalar-valued :class:`~.Function` defined on one.
+ A :func:`.VertexOnlyMesh` or a scalar-valued :class:`~.Function` defined on one.
94
If a :class:`~.Function` is provided, its values are used to colour the points.
95
axes
96
The axes on which to plot. If not provided, the current active axes are used.
0 commit comments