Dear all
How can I hide the legend in
a histogram?
I tried:
GUIDE:
legend(aesthetic(aesthetic.color.interior), null())
without success.
GGRAPH
/GRAPHDATASET
NAME="graphdataset" VARIABLES=salary gender MISSING=LISTWISE
REPORTMISSING=NO
/GRAPHSPEC
SOURCE=INLINE.
BEGIN GPL
SOURCE:
s=userSource(id("graphdataset"))
DATA:
salary=col(source(s), name("salary"))
GUIDE:
legend(aesthetic(aesthetic.color.interior), null())
GUIDE:
axis(dim(1), label("Current Salary"))
GUIDE:
axis(dim(2), label("Frequency"))
ELEMENT:
interval(position(summary.count(bin.rect(salary))),
shape.interior(shape.square))
END GPL.
Thanks in advance
Christian
**********************************
la volta statistics
Christian
Schmidhauser, Dr.phil.II
Weinbergstrasse 108
CH-8006 Zürich
Tel: +41 (043) 233 98 01
Fax: +41 (043) 233 98 02
email: [hidden email]
Web: www.lavolta.ch