Skip to content

Commit

Permalink
Fix typo in constrained_outer_boundary.jl docs (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielVandH authored Jun 11, 2024
2 parents 8b8aef2 + cb6c630 commit d3bdb2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/literate_tutorials/constrained_outer_boundary.jl
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,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, show_convex_hull=true)
Expand Down

0 comments on commit d3bdb2e

Please sign in to comment.