Graph settings disappear from updateable graphs in panels

For notifying us of what you believe are bugs or errors in EViews.
Please ensure your copy of EViews is up-to-date before posting.

Moderators: EViews Gareth, EViews Moderator

mamo
Posts: 191
Joined: Wed Nov 07, 2012 9:11 am

Graph settings disappear from updateable graphs in panels

Postby mamo » Wed May 17, 2023 2:47 am

Dear Eviews team,
I use Eviews 13 Oct 2022 build.
Changes to graph atributes in a panel updateable graph seem to disappear unexpectedly once the graph is updated. The code below provides an example with respect to a text which is added to a panel graph. The added text would disappear once the graph is updated. The same happens to changes of other attributes, such as, for instance, the scaling of the left axis, which would also disappear after updating the chart.

Code: Select all

'Create a panel file
wfcreate a 2000 2010 2
series x=nrnd
'create a panel graph
freeze(gra) x.line(panel=i)
show gra
'Add some text to the graph
gra.addtext(t) "Deviation of storks"
'Make the graph updateable
gra.setupdate(m)
'Change the workfile sample
smpl 2002 2010
'Update the graph to align it to the changed wf sample
gra.update
'The text which has been added above disappears

Return to “Bug Reports”

Who is online

Users browsing this forum: No registered users and 15 guests