Code: Select all
{%gr}.options size({!width}, {!height}) frameaxes(lbrt) framewidth(0.5) gridwidth(0.5) gridcolor(ltgray) gridcust(year, 1) fillcolor(@rgb(255,255,255)) backcolor(@rgb(255,255,255)) color background backfade(none)However, when EViews runs automatically on a server and calls exactly the same programs, the resulting graph is different.
In particular, the background fade effect (backfade) appears even though I specified backfade(none).
Why does the backfade behave this way on the server? Could there be some global setting or configuration in the EViews version on the server that overrides this option? What might be causing this difference?
Additionally, is there a way to globally enforce backfade(none) for all graphs in EViews using code or a configuration file, so that this setting is respected regardless of the environment?
