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
Tag: gnuplot
Gnuplot : 2 questions about my histograms X axis and add percentage
I need to generate a gnuplot histogram in order to see the CPU and RAM evolution of my cluster per month : I want to generate the histogram from this file : To do that, this my code : For the moment, I have this result : But as you can see, I have a problem with my x axies.
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