It worked to change the line width. However, the second option, did not work. This is what I have tried:
gl_1 = gr[0] p1 = gl_1.add_plot(wks, 1, 0, type=230) # X is col A, Y is col B. 202 is Line + Symbol. p1.set_int('line.width', 10) # set the line width op.lt_exec("addline type:=1 value:=0 select:=1 name:=hline1;")