jwkvam/celluloid

hold on to some background graphs

Opened this issue · 0 comments

I want to record the process of the approximation of a function, It is tedious to plot the approximated function in the loop if I have plotted it before. So could I prepare something including the function before the loop and just hold on to it instead of redrawing it. (like the command hold on in MATLAB)