Question: Display of multiple plots draws all with same color

Hello all

May I please ask a question about colors? I have multiple plot structures, created using

plot1:=odeplot(...)

plot2:=odeplot(...)

I do not wish to specify a color for each.

When I display them all together

Display(plot1,plot2,..)

they (understandably, I guess) all show up with the same color (all having been created separately).

Is there any way to get the Display (or other) command to (realize it's drawing multiple plots on the same picture and) assign different colors to each?

 

Thank you very much, sorry if question is basic

David

Please Wait...