I'd like to redraw the attached .gph file using the white_tableau scheme. Is there a way to do this using code or the Graph Editor?
Thanks!
Thanks!
graph use "!!!\ses_readtz_2011.gph", scheme(stcolor)
graph use ses_readtz_2011.gph, scheme(white_tableau)
Comment