linux - gnuplot Linux 到 Windows

标签 linux windows gnuplot

我正在 Linux 中运行以下 Gnuplot 代码。

我想知道如何在 Windows 上运行相同的代码? 非常感谢!

reset

set termoption dash


set terminal postscript portrait enhanced color "Helvetica" 10

set output '| ps2pdf - Plot.pdf'

set datafile separator "," 
mag = 5

set grid

set border 31 lw 1

set key off

set style line 1 lt 1 lw 10 pt 6 ps 0.4 lc rgb '#D3D3D3'

TET_0011 = "/home/soheil/university/quadratic/KAPPA & MU/TET-VOIGT-SR-0.01.txt"

plot TET_0011 u 1:4 w l ls 1 title "VOIGT" 

最佳答案

Windows 上使用 Cygwin 支持 Gnuplot或MinGW

查看二进制文件 download page对于 gnuplot Windows 二进制文件。

您在上面发布的 gnuplot 代码将保持不变。

关于linux - gnuplot Linux 到 Windows,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44768174/

相关文章:

php - 服务器中的 ziparchive() 问题

c++ - 如何使链接器不排除未调用的函数?

.net - 有没有办法检查用户当前是否空闲?

c - == 运算符跳过条件 if 语句,即使条件为 true

gnuplot : handle tsv file with missing (empty) data

r - 在标准或给定位置找不到 proj_api.h

linux - yocto 构建时出现 libva 版本错误

c++ - CFileDialog 在调试器窗口中发布 "First-chance exception"

linux - Gnuplot 创建空的 eps 文件

linux - gnuplot - 循环绘图