0% found this document useful (0 votes)
3 views2 pages

Clustered Bar Graph of Challenges

The document outlines a GGRAPH command for creating a clustered bar chart using data from 'graphdataset' with variables 'all_challengesA', 'ALL_challengesB', and 'VAR00001'. It specifies the graphical representation, including axis labels and legend details. The chart visualizes the relationship between the specified challenges across different categories.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views2 pages

Clustered Bar Graph of Challenges

The document outlines a GGRAPH command for creating a clustered bar chart using data from 'graphdataset' with variables 'all_challengesA', 'ALL_challengesB', and 'VAR00001'. It specifies the graphical representation, including axis labels and legend details. The chart visualizes the relationship between the specified challenges across different categories.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

EXECUTE.

* Chart Builder.
GGRAPH
/GRAPHDATASET NAME="graphdataset" VARIABLES=all_challengesA ALL_challengesB
VAR00001
MISSING=LISTWISE REPORTMISSING=NO
/GRAPHSPEC SOURCE=INLINE.
BEGIN GPL
SOURCE: s=userSource(id("graphdataset"))
DATA: all_challengesA=col(source(s), name("all_challengesA"), [Link](
))
DATA: ALL_challengesB=col(source(s), name("ALL_challengesB"), [Link](
))
DATA: VAR00001=col(source(s), name("VAR00001"), [Link]())
COORD: rect(dim(1,2), cluster(3,0))
GUIDE: axis(dim(3), label("all_challengesA"))
GUIDE: axis(dim(2), label("ALL_challengesB"))
GUIDE: legend(aesthetic([Link]), label("VAR00001"))
GUIDE: [Link](label("Clustered Bar of ALL_challengesB by all_challengesA
by VAR00001"))
ELEMENT: interval(position(VAR00001*ALL_challengesB*all_challengesA), color.
interior(VAR00001),
[Link]([Link]))
END GPL.

GGraph

Page 1
Challenges

55.00

53.00

41.00

28.00

27.00

5.00

1.00

A E B C D F G H

Challenges

Page 2

You might also like