Open
Description
In order to start investigating the generation and inversion of laws with @mleseach, we need an easy way to visualise them.
The goal will be to implement a high-level function built on top of eval_law
, which can display the relationship between inputs and the output of a law across multiple points of the flowline. Other plots will follow to track the evolution through time or other relationships.
Something like:
plot_law(law::AbstractLaw, simulation::Simulation, glacier_idx::Integer, inputs::NamedTuple, θ)