PyBaMM icon indicating copy to clipboard operation
PyBaMM copied to clipboard

Interactive plot

Open valentinsulzer opened this issue 5 years ago • 3 comments

Add a new plot type where input parameters can easily be varied (e.g. using a text box) to inspect the effect on variables

valentinsulzer avatar May 06 '20 18:05 valentinsulzer

@priyanshuone6 @Saransh-cpp could one of you pick this up? basically I am trying to make a plot with a box where you can change a parameter to see how the plot then changes

valentinsulzer avatar May 18 '21 15:05 valentinsulzer

@priyanshuone6 @Saransh-cpp could one of you pick this up? basically I am trying to make a plot with a box where you can change a parameter to see how the plot then changes

Looking into it

Saransh-cpp avatar May 18 '21 16:05 Saransh-cpp

@tinosulzer I was able to get it up running with some minor changes. For the part where the plot updates after entering the value, do I need to pass the initial model and parameter values from the Simulation class to the InteractivePlot class and solve it again with the updated values, or is there a better way?

I was also going through the scripts and the examples and maybe we can now update the "comparing" scripts with BatchStudy?

Saransh-cpp avatar May 22 '21 15:05 Saransh-cpp

Not completed but not in scope

valentinsulzer avatar Dec 09 '22 22:12 valentinsulzer