syedalimohsinbukhari / Solvers

A library for some basic numerical solvers.
MIT License
1 stars 0 forks source link

Plotting capabilities in Spline Interpolation #6

Closed syedalimohsinbukhari closed 10 months ago

syedalimohsinbukhari commented 10 months ago

Add a functionality to plot the splines.

syedalimohsinbukhari commented 10 months ago

The plotting will require having matplotlib as a requirement, which is not planned as of yet to have in this package. Instead, a method can be implemented to give the x and y values for plotting externally.