pyro2 icon indicating copy to clipboard operation
pyro2 copied to clipboard

move plotting away from state machine

Open zingale opened this issue 1 year ago • 0 comments

Right now, we rely on the state machine interface to matplotlib. We should instead have the simulation class create and store a figure object and then work from that. Then dovis() can be made to return the figure object if we want to interact with it in a notebook.

zingale avatar Sep 04 '24 18:09 zingale