Shading
Posted: Thu Oct 05, 2023 7:39 am
Hi,
I guess i have not used this shading code in a while, maybe since EViews 10 or 11, but i cannot seem to shade anymore in EViews 12 & 13.
I have a string with dates, named c1nber. And I am looping through the dates in the string to shade like so:
for %shadedate %shadedate2 {c1nber}
c1.draw(shade, bottom, rgb(237,236,231)) %shadedate %shadedate2
next
Example dates in c1nber are 1956M10 1956M11. however, I am getting a bad line/shade specification error.
Any idea as to why this works in older version of EViews but not the most recent ones, and what i can do to fix it?
Thank you!
I guess i have not used this shading code in a while, maybe since EViews 10 or 11, but i cannot seem to shade anymore in EViews 12 & 13.
I have a string with dates, named c1nber. And I am looping through the dates in the string to shade like so:
for %shadedate %shadedate2 {c1nber}
c1.draw(shade, bottom, rgb(237,236,231)) %shadedate %shadedate2
next
Example dates in c1nber are 1956M10 1956M11. however, I am getting a bad line/shade specification error.
Any idea as to why this works in older version of EViews but not the most recent ones, and what i can do to fix it?
Thank you!