List Archives > 
Maple User Group List Archive > 
Archive by date > 
This Month By Date > 
This Month By Topic
[MUG] Re: Plotting a point
| [MUG] Re: Plotting a point |
|
Author: Maple User Group
Posted: Wed, 5 Jun 2002 14:16:46 -0400 (
|
>> From: Maple User Group "maple_gr"
-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-
From: "Polawave"
Date: Fri, 31 May 2002 17:16:40 EDT
Subject: Plotting a point
To: "maple-list"
Dear Peter:
Try this.
restart:with(plots):with(plottools):
> plot([[1,1]],x=0..2,y=0..2,style=point);
> plot([[1,0.9]],x=0..2,y=0..2,style=point);
> plot([[1.5,0.5]],x=0..2,y=0..2,style=point);
>
Regards,
Edward Collett
-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-
Date: Tue, 4 Jun 2002 09:40:37 -0400 (EDT)
From: Carl Devore "devore"
To: "maple-list"
Subject: Plotting a point
> >> From: Peter Harmand "harmand"
> What can I do, if I want to plot the point [1,.9] with Maple 6?
Plot two or more points, but use the view option so that the unwanted
points are outside the view.
|
[View Complete Thread]
Previous by date: [MUG] Re: contourplot options bug, Robert Israel
Next by date: [MUG] 4 examples - an explanation?, Vladimir Bondarenko
Previous thread: [MUG] Assignment, Edgar G Goodaire
Next thread: [MUG] 4 examples - an explanation?, Vladimir Bondarenko
|