I have calculated two scalar that will be actualized each time I run the program. What i need is to change the axis scale of a line graph in a way that the range lays between the scalar1 and the scalar2.
As far as I know if you want to chage the range to a fixed numer as 1 and 4 the code is
graphname.axis(l) range (1,4)
if I named scala1 the first scalar and scalar2 the second, how can I write a code where the minimun of the range is scalar1 and the max is scalar2. (This scalar will change each time i run the program, that´s why I can not put them by hand)
Kind Regards
Victoria
changing left scale in a graph with a scalar
Moderators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt
-
EViews Gareth
- Fe ddaethom, fe welon, fe amcangyfrifon
- Posts: 13604
- Joined: Tue Sep 16, 2008 5:38 pm
Re: changing left scale in a graph with a scalar
Code: Select all
!min = 1
!max = 5
graphname.axis(l) range(!min,!max)
Who is online
Users browsing this forum: No registered users and 2 guests
