🛠️ Breaking changes
VectorField
is nowPlot.VectorField
FunctionGraph
is nowPlot
- Several props from these components have changed. See the documentation on Plots for the latest guidance.
📈 Improved plot rendering
This update includes changes to the way Mafs samples functions. Not only is the new algorithm faster, but the result is more accurate. In the graph below, you can see a before/after for Math.sin(1/x)
.
🆕 Plot.OfY
No longer are you limited to just the x
domain 😓 There is now a Plot.OfY
. Both Plot.OfX
and Plot.OfY
use Plot.Parametric
under the hood.