开发者

Why is line solid?

开发者 https://www.devze.com 2023-02-15 19:55 出处:网络
I typ开发者_StackOverflowe in gnuplot \"plot cos(x) lt 2\" and want to take dashed line, but I take only solid line.

I typ开发者_StackOverflowe in gnuplot "plot cos(x) lt 2" and want to take dashed line, but I take only solid line. I use gnuplot 4.2 and ubuntu 10.04


It depends on the Terminal being used via

set term TYPE_OF_TERMINAL OPTIONS

Some Terminals are unable to display dashed lines.
You would see Terminal being set at the start: Terminal type set to 'TYPE_OF_TERMINAL'

example for ps/eps : set term postscript eps enhanced
At least this way you can include it in your TeX documents.

0

精彩评论

暂无评论...
验证码 换一张
取 消