我是gnuplot的新手。任何帮助表示赞赏:)
我想使用水平线的填充图案来遮挡多边形,但这种填充图案在epslatex终端中不存在。有什么办法可以实现这个目标(最好没有切换终端)?
这是一个简单的例子:
set terminal epslatex size 3.5,2.62 color color text
set output 'fillTest.tex'
set style fill pattern 4
plot 'fillTest.txt' with filledcurves ls 1
其中数据是多边形,例如:
0 0
1 1
1 2
2 2
3 1
2 0
有关在epslatex中填充水平线的方法吗?谢谢!