Question: Graphing Help Required

 

Hi
 
I don’t have much expenernce with Maple.
I am trying to draw two plots on the same graph, with one shifted to the right by a number of units.
 
This is my syntax so far:
 
> graph1 := plot(invlaplace(ybar1,s,t), t=0..25.79084938, colour=green):
> graph2:= plot(invlaplace(ybar3,s,t), t=0..50, colour=red):
 
> with(plots):
> display({graph1, graph2});
 

Many Thanks

 

Please Wait...