gpt4 book ai didi

gnuplot png 输出不绘制虚线/虚线

转载 作者:行者123 更新时间:2023-12-03 23:22:08 24 4
gpt4 key购买 nike

我正在尝试使用 gnuplot v4.4 绘制一个包含虚线和连续线的图形。代码是:

set term postscript eps enhanced color
set style line 1 linetype 1 lw 2
set style line 2 linetype 1 lw 2 linecolor rgb 'green'
set style line 3 linetype 1 lw 2 linecolor rgb 'blue'
set style line 4 linetype 4 lw 2 linecolor rgb 'red'
set style line 5 linetype 3 lw 2 linecolor rgb 'blue'

set border lw 3
set xtics font ',18'
set ytics font ',18'
set output 'roc.ps'
set key right bottom
plot 'roc_fpdock_isc_test' u 1:2 w l ls 1 title "Full optimization, test set" ,x w l ls 2 title "Random", 'roc_fpdock_isc_training' u 1:2 w l ls 3 title "Full optimization, training set", 'roc_mini_pep_sc_training' u 1:2 w l ls 4 title "Minimization only, training set", 'roc_mini_pep_sc_test' u 1:2 w l ls 5 title "Minimization only, test set"

问题是,我无法将其绘制为 png。当我更改 set term指令: set term png enhanced我只得到连续的线条。
知道出了什么问题吗?

最佳答案

事实证明,我似乎无法在 png 中获得虚线。终端(带有 GD 后端的那个)。但是,如果您有开罗终端,您可以获得带有虚线的 png(假设您选择了适当的线型)。

set term pngcairo dashed
set output "foo.png"
test
!display foo.png
!rm foo.png

顺便说一句, test非常适合查询特定终端的行为。

关于gnuplot png 输出不绘制虚线/虚线,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12601348/

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