Skip to content

Commit 03b897f

Browse files
committed
Coding style
1 parent 23d5e56 commit 03b897f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/tri/triplot.py

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
from matplotlib.tri.triangulation import Triangulation
88
import matplotlib
99

10+
1011
def triplot(ax, *args, **kwargs):
1112
"""
1213
Draw a unstructured triangular grid as lines and/or markers.

0 commit comments

Comments
 (0)