gnuplot png output doesn't plot dashed/dotted lines

前端 未结 2 2050
失恋的感觉
失恋的感觉 2020-12-31 05:11

I\'m trying to plot a figure that contains both dashed and continuous lines with gnuplot v4.4 . The code is:

set term postscript eps enhanced color
set style         


        
2条回答
  •  爱一瞬间的悲伤
    2020-12-31 06:04

    You have the dt option for dashtype in pngcairo. Legend here:

    e.g

    set style line 5 linetype 3 dt 5 lw 3 linecolor rgb 'green' 
    

    gives dashtype 5

提交回复
热议问题