Plotting twice with matplotlib in a notebook uses the same plot output

Issue #770 new
Martin Sandve Alnæs created an issue

Even when the functions are different, and the cells are different, i.e. cells:

plot(f) 

then

plot(g)

results in the last plot replacing the output in the first cell.

Comments (1)

  1. Log in to comment