Skip to content
Advertisement

Tag: gnuplot

Save output from ‘stats’ command in gnuplot

I want to statistically analyse outputfiles from a benchmark that runs on 600 nodes. In particular, I need the min, upper quartile, median, lower quartile, min and mean values. My output are the files testrun16-[1-600] with the code: I gain these values and can plot them. However, the tuples from each run get mixed up. The mean of testrun16-17.dat is

Passing a Command as a Variable to another Program?

I’m creating an interactive script that allows me to plot specific parts of a data file using Gnuplot. These files contain multiple channels of instrumentation data and I’d like to plot specified channels together on the plot. At the moment I can only plot each channel independently with a script. This is the code that plots each channel independently. To

Script to plot multiple graphs in gnuplot

I try to write a script which will be executed by the shell to use several txt-files in a directory to plot multiple lines in a graph with gnuplot. So if I type in the command for one picture, the results are as imagined. Here you can see the command: Now my Script looks like this: The script edits every

Manual scaling of axis (poltting with boxes) in gnuplot

I’m trying to plot a really long list, which represents frequency of some data. The x axis goes from 1 to 1881, and the y goes from 1 to 1978. I tried plotting with the following configurations: But i get the following result: Which is clearly not good because there are these intersections of the boxes. I want to have

Advertisement