Set linewidth of all graph series at once?
Posted: Thu Apr 14, 2016 1:18 pm
Hello, I would like to set the width of all of the series in my graph at once. I can write:
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!
Code: Select all
graph gr1 X Y
gr1.setelem(1) linewidth(1.5)
gr1.setelem(2) linewidth(1.5)
I'm sorry if this is a silly question - I have tried searching for a while now. Thanks!