Split file and charts

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Split file and charts

sberk82
Hello,
  I'm using the following syntax to generate for each participant an own chart. After the split file command, spss display the number of the participant as subtitle. I would like either to delete the Information or put it in a footnote.
Any help would be greatly appreciated
Robert

PS: The Syntax

sort cases by idref.
exe.
split file seperate by idref.
GGRAPH
  /GRAPHDATASET NAME="graphdataset" VARIABLES=zeitpunkt tr_koh scale scale_high scale_low IDref
MISSING=LISTWISE REPORTMISSING=NO
  /GRAPHSPEC
        SOURCE=INLINE
        TEMPLATE = "L:\...\Trajectory\Syntax-Rückmeldung\template-1.sgt".
BEGIN GPL
 SOURCE: s=userSource(id("graphdataset"))
 DATA: zeitpunkt=col(source(s), name("zeitpunkt"), unit.category())
 DATA: kohorte =col(source(s), name("tr_koh"), unit.category())
 DATA: MEAN_scale=col(source(s), name("scale"))
 DATA: LOW=col(source(s), name("scale_high"))
 DATA: HIGH=col(source(s), name("scale_low"))
 DATA: IDREF = col(source(s), name("IDref"),unit.category())
 GUIDE: axis(dim(1), label(""))
 GUIDE: legend(aesthetic(aesthetic.color), null())
 GUIDE: axis(dim(2), label("Unterrichtsqualität"),gridlines())
 SCALE: cat(dim(1), include("1.00", "2.00", "3.00", "4.00", "5.00",
  "6.00", "7.00", "8.00", "9.00", "10.00"))
 SCALE: linear(dim(2), min(1), max(6))
 ELEMENT: line(position(zeitpunkt*MEAN_scale), missing.interpolate(), color.interior(kohorte))
 ELEMENT: interval(position(region.spread.range(zeitpunkt*(LOW+HIGH)*kohorte)),
  shape.interior(shape.ibeam))
END GPL.
split file off.

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD