Skip to content

Commit c81ed7b

Browse files
committed
Fix figures
1 parent abd585b commit c81ed7b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "FiniteVolumeMethod"
22
uuid = "d4f04ab7-4f65-4d72-8a28-7087bc7f46f4"
33
authors = ["Daniel VandenHeuvel <[email protected]>"]
4-
version = "1.1.4"
4+
version = "1.1.5"
55

66
[deps]
77
ChunkSplitters = "ae650224-84b6-46f8-82ea-d812ca08434e"

docs/src/math.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ tri = triangulate(points; boundary_nodes, delete_ghosts=false)
4141
refine!(tri)
4242
fig, ax, sc = triplot(tri,
4343
show_convex_hull=false,
44-
show_constrained_edges=false,
45-
show_all_points=true,
46-
point_color=:black)
44+
show_constrained_edges=false)
4745
hidedecorations!(ax)
4846
```
4947

0 commit comments

Comments
 (0)