Open
Description
Example:
using DataInterpolations, Plots
I_grid = collect(0.0:10.0:200.0)
spline1d = LinearInterpolation(200.0*I_grid ./ (200.0 .+ I_grid), I_grid)
plot(spline1d; label = "Meassured infection rate")
Maybe the plot can be improved? Ideally the Line+Dots could be in a single label, instead of being repeated. It could also, maybe, be neat if they by default had the same color. Juts some ideas.
Metadata
Metadata
Assignees
Labels
No labels