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 03bedc6 commit 0911175Copy full SHA for 0911175
doc/api/tri_api.rst
@@ -2,7 +2,9 @@
2
``matplotlib.tri``
3
******************
4
5
-.. automodule:: matplotlib.tri
+Unstructured triangular grid functions.
6
+
7
+.. py:module:: matplotlib.tri
8
9
.. autoclass:: matplotlib.tri.Triangulation
10
:members:
lib/matplotlib/tri/__init__.py
@@ -3,7 +3,7 @@
"""
from .triangulation import Triangulation
-from .tricontour import TriContourSet, tricontour, tricontourf
+from .tricontour import TriContourSet, tricontour, tricontourf
from .trifinder import TriFinder, TrapezoidMapTriFinder
from .triinterpolate import (TriInterpolator, LinearTriInterpolator,
CubicTriInterpolator)
0 commit comments