Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Oct 13, 2024
1 parent 40d294b commit a58990c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/input_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ function make_batman()
for (i, mi) in enumerate(m)
append!(
pts,
map(BezierCurve([p[i], m[i], p[i + 1]]), range(0, 1, length = 30))
map(PlotsBase.BezierCurves.BezierCurve([p[i], m[i], p[i + 1]]), range(0, 1, length = 30))
)
end
x, y = Plots.unzip(Tuple.(pts))
Expand Down

0 comments on commit a58990c

Please sign in to comment.