Skip to content

Commit

Permalink
Fix Triangulation import (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimc101 authored Oct 16, 2024
1 parent 0476b6d commit 55645cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylag/processing/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
try:
import matplotlib
from matplotlib import pyplot as plt
from matplotlib.tri.triangulation import Triangulation
from matplotlib.tri import Triangulation
from matplotlib.collections import PolyCollection
from matplotlib.colors import Normalize
from matplotlib import cm as mplcm
Expand Down

0 comments on commit 55645cb

Please sign in to comment.