List Archives > 
Maple User Group List Archive > 
Archive by date > 
This Month By Date > 
This Month By Topic
[MUG] Re: plots[display]: Error, (in plots/object2plot) bad
object to display symbol
| [MUG] Re: plots[display]: Error, (in plots/object2plot) bad
object to display symbol |
|
Author: Robert Israel
Posted: Thu, 30 May 2002 16:26:36 -0700
|
>> From: Robert Israel "israel"
I really don't think the lengths of the vectors are likely to be the
problem. I just did a 2000-point scatterplot in Maple 8 with no
apparent problem:
> with(stats): with(statplots):
> dat1,dat2,dat3:= seq([seq(rand()*1e-12,i=1..2000)],j=1..3) :
> plots[display]({scatterplot(dat1, dat2, dat3)}, axes=boxed,
> view=[0..1,0..1,0..1]):
Your error message seems to indicate that "display" was passed something
symbolic to plot, rather than a valid plot structure. Are you sure
you didn't forget the "with(stats): with(statplots):" or equivalent?
Robert Israel "israel"
Department of Mathematics http://www.math.ubc.ca/~israel
University of British Columbia
Vancouver, BC, Canada V6T 1Z2
On Mon, 27 May 2002, Hendrik Wolff wrote:
> I try to display a 3D Scatterplot with the command:
>
> plots[display]({scatterplot(x,y,z)}, view = [0.5..1.5, 0.5..1.5
> ,0.5..1.5],axes=boxed);
>
> As long as the vectors x,y,z are are relatively short (e.g. 250
> observations (data) in each vector) I get nice 3D Scatterplots.
>
> However, now I want to display more data and the vectors x,y and z contain
> approximately 1500 observatios each.
>
> I get the following error message:
>
> Error, (in plots/object2plot) bad object to display symbol
>
> Any suggestions what I should do??
>
|
[View Complete Thread]
Previous by date: [MUG] Re: Color print, Maple User Group
Next by date: [MUG] evalm and mapping of function, Guy Gendron
Previous thread: [MUG] Maple 6.0 / Redhat 7.3, Stefan Kornhuber
Next thread: [MUG] evalm and mapping of function, Guy Gendron
|