Some of my students are having an issue with charts duplicating the header and footer; example attached. I ran their code and it worked for me. Any ideas?
SPGRAPH(HEADER="Transformations of CPI",HFIELD=2,VFIELD=2, $
FOOTER="Source: BEA/FRED/Author's Calculations")
GRAPH(PATTERNS, HEADER ="CPI Levels") 1
#CPI 1957:01 2014:02
GRAPH(PATTERNS, HEADER ="Natural Log CPI") 1
#LCPI 1957:01 2014:02
GRAPH(PATTERNS, HEADER ="First Differences") 1
#DIFFCPI 1957:01 2014:02
GRAPH(PATTERNS, HEADER ="Year-Over-Year Percentage Change") 1
#CPIYOY 1957:01 2014:02
SPGRAPH(DONE)
Double header?
Double header?
- Attachments
-
- headerserror.png (105.43 KiB) Viewed 7049 times
Re: Double header?
I assume that's just the Macs. We had to rush that one out with the Mavericks fixes and had a stray line of code left in it from what we were working on. I posted a cleaned up version that fixes that and a few other issues. They should be able to download a new copy using the same instructions as before.
Re: Double header?
Where is this update located? I fear it is the Feb. 22 update, which I just downloaded and ended up with the same error.