Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在 gnuplot 中绘制一些热图。它有图表和图表右侧的颜色条。但我想改变它在情节中的位置。有人知道改变颜色条在图中位置的命令吗?
谢谢,
蒂亚戈
您可以使用以下命令set colorbox:
set colorbox
set colorbox vertical user origin .02, .1 size .04,.8
如果你想要它除了默认位置之外的任何地方,你必须手动设置坐标。有关更多信息,您可以键入
help set
在 gnuplot 和所有以 和 开头的选项中cb,colorbox指的是颜色框的细点。
cb
colorbox