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 绘制圆圈。
我有关于圆的所有信息。我的意思是圆的中心坐标和半径存储在一个文件中。
那如何通过从文件中读取数据来使用 gnuplot 创建圆。
第三列可以用作半径:
plot 'circle.txt' using 1:2:3 with circles