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.
我有一个文本文件,其中的数据排序为矩阵和 png 文件。我需要用 gnuplot 覆盖它们,但我找不到方法。我可以绘制矩阵文件,但我不知道之后该怎么做。
如果有人可以帮助我解决这个问题,将不胜感激。
提前致谢
请尝试更明确地说明您想要制作的情节类型。例如,如果你想在 png 图像上绘制矩阵文件的轮廓,你可以从这个开始:
set contour base set view map unset surf splot 'image.png' binary filetype=auto with image, 'data.dat'
但您可能需要调整颜色(设置调色板)、定位和缩放。