Graph in a Spool issue
Posted: Thu Feb 04, 2016 11:51 am
Hello:
I have created a graph merging several other graphs, then I align it and insert some text and everything looks ok. The problem is that when I add it to a Spool it loses its spacing and general configuration. How can I fix this issue, here is my code:
graph gr1.merge g1 g2 g3 g4
gr1.align(5,0.5,3)
gr1.addtext(11,-1, font(arial,25,b)) "XXXXXXX"
gr1.addtext(11,5, font(arial,25,b)) "YYYYYYY"
spool sp1
sp1.append gr1 gr2
show sp1
In the spool in gr1, the text is over the graphs and they are not aligned as they used to be in gr1 before.
Thanks for your help in advance
LMGZ
I have created a graph merging several other graphs, then I align it and insert some text and everything looks ok. The problem is that when I add it to a Spool it loses its spacing and general configuration. How can I fix this issue, here is my code:
graph gr1.merge g1 g2 g3 g4
gr1.align(5,0.5,3)
gr1.addtext(11,-1, font(arial,25,b)) "XXXXXXX"
gr1.addtext(11,5, font(arial,25,b)) "YYYYYYY"
spool sp1
sp1.append gr1 gr2
show sp1
In the spool in gr1, the text is over the graphs and they are not aligned as they used to be in gr1 before.
Thanks for your help in advance
LMGZ