Gnuplot is a portable command-line driven graphing utility for linux, OS/2, MS Windows, OSX, VMS, and many other platforms.

learn more… | top users | synonyms

0
votes
1answer
38 views

GNUplot $GDFONTPATH and symbol fonts

I'm still trying to get a symbol font called Moon Phases to function in my PDF output, and ran across this SO thread: How do I access various true type fonts through gnuplot with png terminal? ...
4
votes
2answers
44 views

Grid in xzplane

I'm having trouble with displaying a grid in the xzplane. I've changed the position of my z-axis like this: Now I'd like to have a grid like in the xy-plane in my xz-plane, but since I'm rather new ...
0
votes
2answers
53 views

pngcairo does not display axis Gnuplot

I've just installed gnuplot and pngcairo via brew on my mac and when I plot data or a function the axis are not displayed (although it displays the graph). If I change the terminal to png or svg or ...
0
votes
1answer
38 views

Displace z-axis with gnuplot

Is it possible to displace the z-axis to the middle of the x-axis with gnuplot? I've found a great gnuplot script here which nearly fits my needs perfectly, except that the z-axis should be going up ...
0
votes
1answer
22 views

Manage X label in GNU

I have x-label range like this: 2.0237*e^10 to 15.055*e^10. Now when I draw the graph then X-label values overlap. How can I manage this without changing font size?
0
votes
1answer
40 views

Gnuplot: Plot line with labels

Having a plot with several traces. I want to plot one trace with labels. plot "-" ls 3 notitle ,\ "-" ls 4 title "Trace 1", \ "-" ls 5 title "Trace 2" ,\ "-" with points ls 6 notitle ...
0
votes
1answer
18 views

Add legend in GNU Plot

I have a plot with six different colorline in the same graph in GNU. Now my problem is to give description of the each line in the right side of the graph i.e. I have to add legend. What command ...
1
vote
3answers
115 views

Gnuplot: using custom point shapes, with legend entry

Gnuplot provides a number of point styles to use in scatter plots, such as a cross, a star, a square, a circle etc. The available point types can be demonstrated by using the test command. However, ...
0
votes
1answer
42 views

Using variables in gnuplot binary file plotting

I am plotting direct access binary files output from my simulations using gnuplot and want to write a simple generic script that will plot the files without me having to edit the file a lot. Here is ...
0
votes
2answers
33 views

How to use gnuplot to do conditional plot

I am new to gnuplot and having a hard time to figure how to do conditional plot. I have a data file, and I want to plot the data from 1st and 2nd columns to generate a line chart, save to JPEG/PNG ...
2
votes
2answers
85 views

Octave plotting error

I am new to octave, I just tried my first plotting with Octave 3.4.0 when I get the following error. Any help will be much appreciated. The gnuplot version is 4.6 octave-3.4.0:3> x=1:1:20; ...
0
votes
1answer
26 views

gnuplot wont process my script for a simple sum of exponential

Can anyone tell me why i won't get any output if i try to process this tuneliranje_1.gp file with gnuplot: set terminal epslatex color colortext size 9cm,5cm set size 1.5,1.0 set output ...
0
votes
3answers
38 views

Plot different set of Y for a single set of X

I have a single set of value for X. Otherwise I have three set of Y values let it be y1,y3,y4. Now, I am unable to plot X versus y1,y3,y4 in the same plot in GNUPLOT. Can anyone help me out to solve ...
1
vote
1answer
123 views

how to create a 3d polar graph with gnuplot

I'm investigating the frequency responses of microphones. To help analyse them, I've written a program that will output: arrival angle, frequency(Hz), and response at a given angle and frequency ...
4
votes
2answers
130 views

Gnuplot crashes when called from application

I'd like to use gnuplot to plot my results in a console application (C++, Eclipse CDT, Linux). I created a simple a class to make things easier (see code below). I try to plot a test plot in my main: ...
1
vote
1answer
43 views

How can I get gnuplot to use the default matlab color scheme?

I'm trying to compare my data to a plot made with matlab. I want to use gnuplot, but the color scheme is different and it makes it difficult to compare the plots. How can I get gnuplot to use matlab's ...
0
votes
1answer
49 views

Overlay 2 images with Gnuplot

I have a text file with data ordered as a matrix and a png file. I need to overlay both of them with gnuplot and i cant find the way. I can plot the matrix file but i have no idea what to do after ...
0
votes
0answers
42 views

how to choose columns by name in gnuplot

I have source data with 5 columns and my current method to print it is following plot "data.txt" index "here" using 2:xticlabels(1) axes x1y1,\ "" index "here" using 4:xticlabels(1) ,\ "" index ...
0
votes
1answer
37 views

Gnuplot: How to get the coordination (x,y,z) of the point whose z value is the max?

The data file has 3 columns, corresponding to (x,y,z), and the style is set to be able to draw 3D surface. I find that the command GPVAL_DATA_Z_MAX can give the max z value, and I want to find the ...
2
votes
1answer
53 views

How do I set axis label with column header in gnuplot?

My question is very simple. Suppose I have a datafile with column headers, like as follows first second 1 1 2 1 3 6 4 9 In gnuplot how do i make it so that the datafile is plotted using the column ...
2
votes
1answer
94 views

gnuplot: plotting a file with 4 columns all on y-axis

I have a file that contains 4 numbers (min, max, mean, standard derivation) and I would like to plot it with gnuplot. Sample: 24 31 29.0909 2.57451 12 31 27.2727 5.24129 14 31 26.1818 5.04197 22 31 ...
0
votes
1answer
36 views

Gnuplot: residuals of command line on output

I am running ubuntu and in gnuplot, when I execute plot "<(awk '...' data.txt)" part of this command is drawn into the middle of the graph of data. The graph itself is correct, the problem is the ...
0
votes
1answer
54 views

GNUPlot disappears immediately after its creation

I have created the gnuplot, but the problem is that it disappears immediately. I tried different solutions proposed in other threads, but none of them worked. Solution 1: comment the line ...
0
votes
0answers
37 views

How should I change Font Size

Hi im using octave i need to mark some special points (i want mark these points using solid circles) on the curve that i had drawn. can any help me?? I'm having a another question. how can i ...
0
votes
1answer
74 views

Gnuplot: fence plot from data

I'm trying to figure out how to do fence plots in gnuplot, but I'm having a hard time understanding what's going on in the examples I find on the internet. I have a (varying) number of data sets from ...
1
vote
1answer
28 views

(gnu)plotting multiple series with volatile source

I have a program that produces some data series, let's say they are formatted like t1 x1 y1 z1 t2 x2 y2 z2 t3 x3 y3 z3 ... tN xN yN zN I usually would plot them with plot "data.data" u 1:2, "" ...
1
vote
1answer
62 views

MPI IO Formatting for GNUPlot

I have a C++ program using MPI where I would like each process (up to 32) to write to a file. I am using a small, test data set consisting of 100 doubles distributed evenly across the processes. Here ...
0
votes
1answer
40 views

Gnuplot plot only specified data sets

I have file with following structure: #title month graph1 graph2 graph3 January 1 2 3 February 2 3 4 #title2 month graph1 graph2 graph3 January 1 2 3 February 2 3 4 and I would like to plot only ...
2
votes
1answer
79 views

How to avarage multiple table files with different x and y values

I got some table files containing the same measuring result but due to little differences the data points got different x and y values. But I need an avarage across all six files. Here are two ...
0
votes
1answer
18 views

Fitting a function to a set of data with gnuplot

Sorry if I'm asking a stupid question here, but I'm a real noob concerning gnuplot so please be patient. I have a set of data and tried to fit it with f(x)=a * cos(x-b)**2 via a,b. But it ...
0
votes
1answer
16 views

How can I fix zero to be at the same place when using separate y axes in gnuplot?

I have a data file, with column 1 as the independent variable and columns 2 and 3 as dependent variables. I want to plot variables 2 and 3 on different y axes using something like this: plot ...
0
votes
2answers
151 views

Gnuplot xticlabels with several lines

if I add a xticlabel that uses 3 lines gnuplot cuts at the middle of the second line. Is there any method to have xticlabels with several lines? This is my data file: "[17h30,19h00] 25" 1 ...
0
votes
2answers
50 views

Gnuplot: Plotting trajectories of multiple objects in separate blocks

I compute the iterated positions of multiple particles, so that my output file looks like : x1(t=0) y1(t=0) x2(t=0) y2(t=0) ... xn(t=0) yn(t=0) x1(t=1) y1(t=1) ... xn(t=1) yn(t=1) (a lot of blocks) ...
3
votes
2answers
104 views

Plotting with data which occurs periodically

I have a data file: ######## Test at 123.45 start ######## ######## File: abc.xyz ######## cores, pass_rate(actual), pass_rate(given) 1,7193,7210 2,10651,28840 4,10651,28840 8,10651,28840 ######## ...
-1
votes
2answers
104 views

translate matlab plot to gnuplot 3d

I have a matrix of fft data over time, 8192 rows of data x 600 columns of time. The first column is a frequency label, the first row is shown below but doesn't actually exist in the data file, ...
0
votes
1answer
38 views

Graph with Gnuplot of statistic with different three different input data

I am plotting the frequency of the data sampling in an interval. The code is: n=50 #number of intervals plot "xxx.csv" u ($0):1 #To get the max and min value max=GPVAL_Y_MAX min=GPVAL_Y_MIN ...
1
vote
1answer
93 views

Replot matlab contour plots using gnuplot

He guys! I am (slowly) moving away from matlab towards the OS realm and I have recently discovered gnuplot which creates really nice plots so far. Now I want to replot some graphs I made with ...
1
vote
2answers
182 views

Gnuplot multiplot: Convenient method for creating more complex layouts

I want to place several plots with gnuplot in following way: +------------------------+ |plot1 | | | +------------------------+ ...
0
votes
2answers
31 views

Plot data from from a file named in another file

I'm trying to write a gnuplot script that plots data from a file (no issues there), with the file name given in another file (this I need help with). I currently have the following: set terminal ...
0
votes
2answers
37 views

Gnuplot: How to create multiple x labels

Is it possible to have multiple x labels in one plot using Gnuplot? My data file looks like: A dog 10 A cat 20 A fish 14 B dog 15 B cat 44 B fish 5 Desired output, something like: dog | cat | ...
0
votes
1answer
31 views

Plotting tools for dashboard

After browsing for a while for available solutions, it is really hard to choose the most appropriate tool for creating dashboard & populating it with plots. I would want to have an html page with ...
0
votes
1answer
34 views

Multiple plots with the same data in gnuplot

I want to plot data (data1.txt) that has several columns but I want to use that data only once, so for example: ApplePrice Shop 1 Shop 2 Shop 3 Jan 10 9 8 Feb 10 10 9 Mar ...
0
votes
1answer
58 views

xrange limiting in logscale plot in gnuplot

I am trying to fit a plot in gnuplot using logscale. I have 50000 data points. At first I fit plot in this way. f(x) = b + m*x fit f(x) "xyMSD-all-mal-cel-iso-bcm-thermo2.dat" using 1:2 via m,b ...
1
vote
1answer
129 views

pm3d in gnuplot with binary data

I have some data files with content a1 b1 c1 d1 a1 b2 c2 d2 ... [blank line] a2 b1 c1 d1 a2 b2 c2 d2 ... I plot this with gnuplot using splot 'file' u 1:2:3:4 w pm3d. Now, I want to use a ...
0
votes
1answer
12 views

gnuplot incomplete graphic

I want to plot this data table called "quad.dat" #size time unoptimized blas optimized 2000 0.038101 0.012038 0.012070 4000 0.153213 0.031582 0.048172 6000 ...
0
votes
1answer
34 views

I don't know how to use gnuplot datafile

I have an assignment in which i had to execute a function from a library and my version of it on 3 architectures, nehalem ,opteron and quad. And i have obtained for each architecture my running time, ...
0
votes
0answers
20 views

rescaling the axes in gnuplot

I have two columns to plot using gnuplot. The range of two columns are different. One starts from 6.0 to 14.0. Another starts from 2.0 to 4.0. I am planning to plot simple line graph for these two ...
0
votes
0answers
26 views

GNUplot add OSX system font to PDF output

I need to use a symbol font called Moon Fonts TTF in the PDF output from GNUplot. GNUplot finds it with no problem in the Aqua terminal. I've tried: set fontpath ...
0
votes
1answer
21 views

gnuplot plot a column versus integers numbers

I know that to plot two columns one versus the other I have to use: plot "datafile.dat" using 1:2 but what if I have just one column in my datafile and I want to plot it by associating each value to ...
0
votes
1answer
35 views

Gnuplot and complex exponentials

Could anyone tell me how to draw complex exponentials using gnuplot. I tried to draw them using this script, but argument i isn't recognized. set terminal epslatex color colortext size 9cm,5cm set ...

1 2 3 4 5 24