Can I change style of smoother line?
I made a Graph with a Graph builder and I would like to adjust the line type of all three lines created with a smoother to "dashed" style. Is it possible by editing the script somehow?I thought I could simply add a linestyle command somewhere, but cannot figure out where. Thank you very much! Graph Builder(
Size( 567, 456 ),
Show Control Panel( 0 ),
Variables(
X( :Time to reach aeration ),
...
jay_holavarri