From: Jaime V. <vi...@fe...> - 2023-09-23 14:10:14
|
Hello Leo, I get both curves in blue and with solid lines. What version of Gnuplot are you using? Windows or Linux? Can you save the output and show it to us? What about plot2d([sin,cos],[x,0,2*%pi],[style,[lines,2,1],[lines,2,1]]); ? Does it also give you a dashed line? Regards, Jaime On 22/09/23 18:15, Leo Butler wrote: > If I do > > plot2d([sin,cos],[x,0,2*%pi],[style,[lines,2,1]]); > > the graph of sin appears as a solid blue curve, while the graph of cos > is a dashed blue curve. > > How can I make that second curve solid? I cannot use gnuplot_preamble. > > TIA, > Leo |