However, I'm running into a problem where the -gr_edit- command only applies changes to the last graph generated by the synth2 command. I don't know how to get gr_edit to refer to a specific graph.
To demonstrate my issue, consider the following example. Suppose I generate a scatterplot (graph1) and a histogram (graph2).
Code:
sysuse auto, clear scatter price mpg, name(graph1) histogram price, name(graph2)
My attempt was:
Code:
gr_edit plotregion1.plot1.style.editstyle marker(fillcolor(orange)) editcopy gr_edit plotregion1.plot1.style.editstyle marker(linestyle(color(orange))) editcopy gr_edit plotregion1.plot1.style.editstyle area(shadestyle(color(blue))) editcopy
0 Response to How can I get gr_edit to refer to specific graphs when multiple graphs are open in the graph window?
Post a Comment