gnuplot

    1热度

    1回答

    我试图使一个密度图的框架。我开始与 set terminal pngcairo size 400,400 enhanced set output 'test.png' set view map unset tics unset colorbox set size ratio 1 set border 15 front lw 20 #set border 15 back lw 20

    1热度

    1回答

    新的gnuplot(5.x)具有新的逻辑语法,但我无法使'else if'语句正常工作。例如: if(flag==1){ plot sin(x) } else{ plot cos(x) } 的工作,但: if(flag==1){ plot sin(x) } else if(flag==2){ plot cos(x) } else if(flag==3){ plot ta

    -3热度

    3回答

    我有两列100个.txt文件。文件名是file0,file1,file2,...,file99。我想在一张图中绘制所有这些图。我如何在gnuplot或python或matlab或C中执行此操作?

    2热度

    1回答

    我想绘制一系列点,一个平面和与该平面的交点,使用gnuplot。为了做到这一点,我创建了以下gnuplot的脚本: set title 'Homogeneous field with plane intersection' set xlabel 'x' set ylabel 'y' set zlabel 'z' set parametric splot 'points.txt' with

    1热度

    1回答

    与图像标绘于窗10使用的gnuplot V5补丁6(维先通端子) 我有排列成六列(X,Y,v_x,v_y 2D矢量的数据文件时,v_mag,rho),我试图将其绘制为v_mag对x和y的热图。该图产生罚款,但它总是想出 "No dimension information for 80000 pixels total. Try 200 x 400" 但我不知道在终端指定此位置。 我意识到我可以使

    0热度

    1回答

    我有以下gnuplot的脚本,它不产生一个输出 set encoding utf8 set termoption enhanced y(x) = 20 * log10(1/((1/694) * x)) set log x set xrange [1:10] set xlabel "{/Symbol w} 1/s" set yrange [-150:150] set ylabel

    0热度

    1回答

    我有一个C程序写入三个文件,第一列是X值(时钟周期)。其他列是一组指标,如内存使用率百分比,内存“漏洞”等。就像我之前说的,有三个这样的文件(每个算法一个:第一个适合,最适合和最差)。 实施例 - 接头:时钟周期,%内存使用和数量的 “洞” 的: 文件1(第一FIT): 1 20% 5 2 30% 9 3 70% 12 4 90% 3 文件2(最佳拟合): 1 15% 3 2 20%

    1热度

    1回答

    我试图将背景画得更“红”,冒号2的数字越高。但我没有运气完成这件事。 set terminal wx size 700,300 set palette defined (0 "white", 1 "red") set autoscale cbfix set autoscale xfix set autoscale yfix set y2range [0:1] set y2tics

    1热度

    1回答

    我遇到了麻烦,绘制一条水平线 ... set arrow 2 from graph 0, y(x) to x, y(x) nohead ... 为清楚起见,假设x = 1 => y = 3所以,据我理解,应该产生从(0,3)到线奇怪的行为(1, 3)。但是,第一个点(0,3)的坐标y竟然出现在图的某处。但如果我使用(根据a post here) set arrow 2 from graph

    0热度

    2回答

    我试图在C中使用Gnuplot进行绘图,到目前为止,我已经成功了一半后继另一个thread,但找不到任何地方如何超越一步。 我的绘图代码去如下: char * commandsForGnuplot[] = {"set title \"Probability evolution\"", "plot 'data.temp' with linespoints", "set xlabel \"beta p