We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d5e56 commit 03b897fCopy full SHA for 03b897f
lib/matplotlib/tri/triplot.py
@@ -7,6 +7,7 @@
7
from matplotlib.tri.triangulation import Triangulation
8
import matplotlib
9
10
+
11
def triplot(ax, *args, **kwargs):
12
"""
13
Draw a unstructured triangular grid as lines and/or markers.
0 commit comments