Page 1 of 1

Error Printing Mixed Charts

Posted: Thu Oct 15, 2015 3:11 pm
by KUN0
Running Eviews 9 build October 13, 2015

We can't print mixed charts (see code below and Screen shot). I'm not sure if we ever had trouble with this but it's freezing up. I have tried rebooting my machine and changing printers. Also tried on different computers. Same bug across the board.


wfcreate(wf = "Test", page = "yearly") y 1900 2020
smpl @all

series one=1
series two=2
series three=3


smpl 1996 2015
group g one two three
freeze(chart) g.mixed bar(one) line(two,three)
chart.addtext(t) ""
chart.axis(l) range(0,3)
chart.setelem(1) axis(l) legend("One")
chart.setelem(2) axis(l) legend("Two") linecolor(136,126,96)
chart.setelem(3) axis(l) legend("Three") linecolor(205,198,179)
chart.legend +display position(0.1,0.34)

Re: Error Printing Mixed Charts

Posted: Thu Oct 15, 2015 3:25 pm
by EViews Jason
There is a problem with the addtext call. Since it is empty you can remove the call but it will be fixed in the next patch.