This post in reply to the Question, Multiple ListPlot on one graph

My goal is to make maple better so here I am going to point
out another annoying thing in Maple. If you for example want to have
two plots side by side (I know your question is about two plots in the
same chart but I still think is relevant) in an array then such a array becomes very hard to delete.

A:=Aray(1..2):

A[1]:=plot(....)
A[2]:=plot(...):

display(A);

 

plot1    plot2


Now the Array A is almost impossible to delete, unless you change ; to : and re
run the code. You can not simple delete the plots as they are. You could delete the plots
by making them very small (by draging the corners) and then highlight them and then
select delete....humm a bit strange


Please Wait...