That is a great question, Mac, and thanks for asking it. I think the easiest way to accomplish this is to use the following syntax in each graph command:
/TITLE='Insert your title text here'.
So an example of a scatterplot graph might look like the following:
GRAPH
/SCATTERPLOT(BIVAR)=XAXISVARIABLE WITH YAXISVARIABLE BY GROUPVARIABLE BY IDVARIABLE (IDENTIFY)
/MISSING=LISTWISE
/TITLE='Insert your title text here'.
I hope that's helpful, and let me know if I can offer some additional assistance.
Thanks.
Jeremy
I am using SPSS to run an analysis and make graphs. I have a syntax and I made chart templates so all the graphs are uniform. Each analysis yields approximately 100 graphs. Currently I am manually going into each graph and changing the graph title so each graph has a number. Is there a way to make it so each graph is automatically numbered?
Any help would be great. Thank you!
Mac