I would like to plot a series of parametric plots, based on a user defined variable, say a. For example:
a=1
plot a*sin(x)
a=2
replot a*sin(x)
However, it seems that when I update a, both plots are updated. Is it possible to keep the first plot as it is and plot the second one with a=2?