【发布时间】:2017-10-01 03:25:43
【问题描述】:
我正在尝试为密度图制作框架。我从
set terminal pngcairo size 400,400 enhanced
set output 'test.png'
set view map
unset tics
unset colorbox
set size ratio 1
set border 15 front lw 20
#set border 15 back lw 20
splot sin(sqrt(x**2+y**2))/sqrt(x**2+y**2) w pm3d notitle
如果我使用front,边框看起来是连续的,但它会占用一部分情节。如果我使用back,它看起来不再像一个框架。
如何制作合适的框架以使其远离绘图区域?
【问题讨论】:
标签: gnuplot