Skip to content

Commit

Permalink
Fix typo in constrained_edges.jl docs (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielVandH authored Jun 10, 2024
2 parents e4f8ecd + 44fda96 commit 8b8aef2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/literate_tutorials/constrained_edges.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ax1 = Axis(fig[1, 1], xlabel="x", ylabel=L"y",
title="(a): Unconstrained", titlealign=:left,
width=300, height=300)
ax2 = Axis(fig[1, 2], xlabel="x", ylabel=L"y",
title="(b): Unconstrained", titlealign=:left,
title="(b): Constrained", titlealign=:left,
width=300, height=300)
triplot!(ax1, tri)
triplot!(ax2, cons_tri, show_constrained_edges = true)
Expand All @@ -65,4 +65,4 @@ get_interior_segments(cons_tri)
# but in the case of a triangulation with constrained
# boundaries, it will also include the boundary segments
# whereas `get_interior_segments` will not; this is
# demonstrated in the later tutorials.
# demonstrated in the later tutorials.

0 comments on commit 8b8aef2

Please sign in to comment.