Bézier curve

Source code Author Update time

using Plots
pythonplot()
curves([1, 2, 3, 4], [1, 1, 2, 4], title = "Bézier curve")
2025-07-08T10:29:06.229049 image/svg+xml Matplotlib v3.10.3, https://matplotlib.org/

This page was generated using DemoCards.jl and Literate.jl.