Page 1 of 1

Set linewidth of all graph series at once?

Posted: Thu Apr 14, 2016 1:18 pm
by gabrielehrlich
Hello, I would like to set the width of all of the series in my graph at once. I can write:

Code: Select all

graph gr1 X Y gr1.setelem(1) linewidth(1.5) gr1.setelem(2) linewidth(1.5)
But is there a way to apply the linewidth to all series at once? I will be doing this in a context where the number of series in the graph could be variable.

I'm sorry if this is a silly question - I have tried searching for a while now. Thanks!

Re: Set linewidth of all graph series at once?

Posted: Thu Apr 14, 2016 7:17 pm
by EViews Gareth
There is not :/

Re: Set linewidth of all graph series at once?

Posted: Thu Apr 14, 2016 8:20 pm
by gabrielehrlich
Thanks, Gareth.