Bézier curve

Source code Author Update time

using Plots
pythonplot()
curves([1, 2, 3, 4], [1, 1, 2, 4], title = "Bézier curve")
2024-11-13T18:13:25.963634 image/svg+xml Matplotlib v3.9.1, https://matplotlib.org/

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