List Archives > 
Maple User Group List Archive > 
Archive by date > 
This Month By Date > 
This Month By Topic
[MUG] plots[display]: Error, (in plots/object2plot) bad object to
display symbol
| [MUG] plots[display]: Error, (in plots/object2plot) bad object to
display symbol |
|
Author: Hendrik Wolff
Posted: Mon, 27 May 2002 11:08:08 +0200
|
>> From: "Hendrik Wolff" "wolff"
Hello Maple Users:
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??
Thanks...Hendrik
Dipl.-Ing. Agr. Hendrik Wolff
Institute for Agricultural Policy, Market Research and
Economic Sociology of Bonn University
Nussallee 21
D-53115 Bonn
Germany
Tel: ++49 - 228 / 73 - 23 23
Fax: ++49 - 228 / 73 - 46 93 ( new ! )
Email: "wolff"
Internet: www.agp.uni-bonn.de/agpo/staff/wolff_d.htm
|
| [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??
>
|
Previous by date: [MUG] 2d tangents, Dr U Kasper
Next by date: [MUG] Cool plotings with Maple 7., VIRCiated\ Tm\
Previous thread: [MUG] 2d tangents, Dr U Kasper
Next thread: [MUG] Cool plotings with Maple 7., VIRCiated\ Tm\
|