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: Pavel Hruska
Posted: Wed, 12 Jun 2002 09:34:21 +0100
|
>> From: "Pavel Hruska" "hruskap"
| > plot([[1,1]], style=point); # works
| > plot([[1,.9]], style=point); # fails (no output)
| What can I do, if I want to plot the point [1,.9] with Maple 6?
Peter,
You will succeed if you add the ' view' option:
plot([[1,0.9]],style=point,view=[0..2,0..2]);
Maple has probably problems with the axes ranges determination,
Pavel
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
Pavel Hruska
Department of Physics
Faculty of Electrical Engineering
and Communication Technologies
Brno University of Technology
Technicka 8, 616 00 Brno, CZECH REPUBLIC
Tel.: +420-5-4114 3257
+420-5-4114 3391 (secretary)
Fax : +420-5-4114 3133
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
[View Complete Thread]
Previous by date: [MUG] Re: bug in is?., Maple User Group
Next by date: [MUG] DE plot, C W
Previous thread: [MUG] NAG-sparse Matrix storage format in Maple, Richard Seagraves
Next thread: [MUG] DE plot, C W
|