gpt4 book ai didi

linux - gnuplot Linux 到 Windows

转载 作者:太空宇宙 更新时间:2023-11-04 05:18:56 25 4
gpt4 key购买 nike

我正在 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/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com