Page 1 of 1

Categorial graphs - option cscale not working in a program

Posted: Thu Jul 02, 2020 7:12 am
by mamo
Dear EVIEWS team,

I use EVIEWS 11 64 bit Sept 2019 built.

Programming a categorical graph, the option "cscale" in the specification "across(@series...)" to enforce a common scale across series in categorical sub-graphs does not work, as demonstrated in the code below.
(Unmarking this option via the corresponding menu item, however, works.)

Best,
mamo

Code: Select all

wfcreate a 2010 2011 series x=nrnd series y=nrnd series cat=nrnd>0 group gr x y 'The option "cscale" in the specification "across()" should enforce the same y-scale in both categorical sub-charts, but it doesn't! gr.bar across(@SERIES,cscale) within(cat) within(@DATE) ' Rather, it requires to manually unmark the menu item "Graph-Options/Categorical options/@SERIES/Axis scales/Individual axis scales"

Re: Categorial graphs - option cscale not working in a program

Posted: Thu Jul 02, 2020 12:42 pm
by EViews Jason
It will be fixed in the next patch.