我正在使用伪文件'++'
(gnuplot 5.2)绘制透明曲面:
set isosample 100
set style fill transparent solid 0.65
splot [0:5][0:5] '++' u 1:2:(sin($1)*sin($2)) w pm3d
但是它会导致在表面的每个图块周围都有两条线。
我不确定如何使它们像瓷砖一样透明,或者如何完全压制它们。使用noborder
或border
的任何set style fill
选项似乎根本不会改变输出。
编辑:问题实际上取决于终端。
但是,如果导出为矢量图形(svg
或pdf
),则屏幕渲染将再次取决于所使用的查看器(无行,Acrobat Reader 9具有这些行),其中{{3} }(我的linux机器上的firefox,chrome,顿悟都是免费的)
show pm3d
的输出:
pm3d style is explicit (draw pm3d surface according to style)
pm3d plotted at SURFACE
taking scans direction automatically
subsequent scans with different nb of pts are flushed from BEGIN
flushing triangles are not drawn
clipping: all 4 points of the quadrangle in x,y ranges
pm3d quadrangles will have no border
steps for bilinear interpolation: 1,1
quadrangle color according to averaged 4 corners