Skip to content

Commit af338c1

Browse files
committed
[plot] port mcxplotvol as plotvolume, fix macos CI
1 parent ba7e577 commit af338c1

File tree

3 files changed

+853
-1
lines changed

3 files changed

+853
-1
lines changed

iso2mesh/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
plotmesh,
2323
plottetra,
2424
plotedges,
25+
plotvolume,
2526
)
2627

2728
from .trait import (
@@ -245,6 +246,7 @@
245246
"plotmesh",
246247
"plotsurf",
247248
"plottetra",
249+
"plotvolume",
248250
"qmeshcut",
249251
"raytrace",
250252
"readmedit",

0 commit comments

Comments
 (0)