Page 1 of 1

Problem with graphs

Posted: Fri Nov 10, 2017 6:51 am
by jlbrillet
When I program a graph in this way:

graph _gr_{%3}2.line P{%3}_q p{%3}_cap p{%3}_k p{%3}_l p{%3}_ur

_gr_{%3}2.setelem(1) lcolor(blue) lwidth(0.25) lpat(1) legend(Value added) symbol(1)

..........................................

EViews crashes (EViews 10).

If I drop the "symbol" part, using a quote like this:

_gr_{%3}2.setelem(1) lcolor(blue) lwidth(0.25) lpat(1) legend(Value added) ' symbol(1)

it works (with no symbols of course).

This is strange as it worked before.....

Re: Problem with graphs

Posted: Fri Nov 10, 2017 10:46 am
by EViews Jason
What is your EViews build date (select help->About EViews)?

A similar bug was fixed in the latest patch. Please update your EViews copy (select help->EViews update) and let us if the problem is not fixed.

Re: Problem with graphs

Posted: Thu Nov 16, 2017 4:20 am
by jlbrillet
Hello from Paris,
Sorry for the late answer.
Yes, I installed the newest version and it works.....