Skip to content

Potentially imrpvoe plotting recepie #403

Open
@TorkelE

Description

@TorkelE

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")

Image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions