Gnuplot is a portable command-line driven graphing utility for linux, OS/2, MS Windows, OSX, VMS, and many other platforms.
0
votes
1answer
18 views
x-axis value on gnuplot
I am playing around with gnuplot.My data set looks like this.
1 0.530000 0.510000
2 0.420000 0.310000
4 0.400000 0.160000
8 0.390000 0.070000
16 0.390000 0.040000
32 ...
0
votes
0answers
8 views
Gnuplot plotting 3d points and annotating
I am trying to plot 3D points using GnuPlot.
What I want to achieve is a picture like this (which I plotted using matplotlib)-
My code is -
set datafile separator ","
set view 60,80
set ...
0
votes
0answers
5 views
gnuplot pm3d plot triangle data
i'm trying to plot an heatmap on a triangular surface, the coordinates and "heat values" are obtained with the methog shown on page staff.aist.go.jp/a.noda/programs/ternary/ternary-en.html.
so, i ...
0
votes
0answers
11 views
gnuplot: different y ranges for splot and plot
is it possible to have different settings for the range of the y (or all) axis in splot and plot command?
Background:
very often i want to plot 3d function plots so i set the ranges to apropriate ...
1
vote
2answers
14 views
How do I send .png plot to stdout in gnuplot?
Currently, I do something like the following:
set term png
set output 'file.png'
But hardcoding filename in the script is quite inflexible. Is there some way to tell gnuplot to output image file to ...
0
votes
0answers
13 views
Gnuplot not filling the lines in 3D graphics
I'm ploting with gnuplot but in the 3D graphics some areas are not completed, empty.
The question is simple: how to force it to fill the empty areas ?
1
vote
1answer
23 views
Default colour set on Gnuplot website
Ok, I know this question might sound silly, but I cannot find out why the demo from the gnuplot official website (you can see an example on the left hand side in the picture below) looks different ...
0
votes
1answer
18 views
restrain the plotted fitting line to a certain interval within the plot (not the data; i already chose them)
i´m plotting a Dataset and performed two linear fit on the resulting graph. I plotted the results and got a graph with two straight lines. The two lines run from one end of the plot to the other.
Do ...
1
vote
1answer
21 views
How can i reduce the linear fit plot to a certain interval?
what i do is to fit two linear function´s to my data.
i know how to select the data for the various fitting functions. My problem is that i want the fitted lines only to be plottet in a certain ...
0
votes
0answers
19 views
gnuplot, plotting different stacked bargraphs on the same plot
I have found a solution, see edit below
I am essentially trying to plot 2+ datasets on the same graph, each as stacked bargraphs.
I have the following data in files 1.dat and 2.dat respectively:
# ...
1
vote
1answer
22 views
newbie gnuplot plot lines between points
I am a newbie with gnuplot. I am unable to figure out how lines can be drawn between points.
In the image below all the red points are represented as follows ($TMPFILE1.sent.var) :
...
1
vote
1answer
18 views
Labeling plot maximum peaks in GNUPlot
I have some data that I'm plotting with GNUPlot. I have three different data sets for different energies. What I need to do is label the maximas on the plot. For example, I need something like (20, ...
0
votes
0answers
27 views
encode 2 dimensional information in color palette gnuplot
I noticed in the gnuplot color function documentation that each color function has a single input variable. I'd like to plot 4-D data where 2-D are encoded in the color scheme. Is there a way to do ...
1
vote
1answer
16 views
Gnuplot symbols in epslatex terminal with dots inside
When creating symbols in combination with the epslatex terminal in Gnuplot 4.6, I always notice that in the center of the symbol a small dot is shown (clearly visible on zoom-in). This annoys me quite ...
0
votes
1answer
14 views
Plot using Japanese strings on X-axis using gnuplot
I would like to plot something like:
扱 1446.405 1546.251 1295.103
異 1249.171 1507.368 1281.740
江 1249.180 1583.025 887.781
履 1340.731 ...
0
votes
1answer
24 views
Plot 4D data where data come from 2 different files (Defining an odd palette)
I have two whitespace separated files that each partially contain the 4D data I need to plot. Call the data points (x,y,z,w). x, y are in both files, but the z and w are split up. I'm not sure how ...
0
votes
0answers
17 views
Plot Title from data
I'm plotting data from a file with this structure:
2013-05-14 YPFC120.AG 7.000 49.54%
2013-05-15 YPFC120.AG 8.500 27.31%
2013-05-27 YPFC120.AG 9.000 44.88%
...
0
votes
1answer
49 views
Plotting graph in GNU PLOT using C#
I have a dat file insert.dat
The contents are as follows:
1000 0.002322044 0.00291182
5000 0.000103257 0.000458963
10000 2.50E-05 0.000172019
20000 6.18E-06 6.03E-05
40000 2.51E-06 ...
0
votes
0answers
18 views
Heatmap with background image on gnuplot
I'm trying to plot a heatmap with the RSSI of a wireless network using gnuplot. Up to now, I partially achieved that. I got the following picture, using the following code:
set terminal pngcairo ...
0
votes
0answers
24 views
plotting engines alternative to gnuplot [closed]
I would like to know about alternatives of gnuplot and some of your experience on other engines that offer some of:
Natural-looking language, ie, no plot('file.dat', 1, 10, true, 0)
Multiple ...
1
vote
0answers
23 views
Linear Fit does not adjust b independently form a
I'm using the following gnuplot script to plot a linear fit:
#!/usr/bin/gnuplot
set term cairolatex
set output "linear_fit.tex"
c = 299792458.
x(x) = c / x
y(x) = x
h(x) = a * x + b
fit h(x) ...
1
vote
0answers
25 views
octave -> gnuplot error: shared library missing
Recently, I upgraded y octave to 3.6.2, but now I cannot plot a contour with [c, h] = contourf(x,y,z,[0:0.25:3]). The following error shows that gnuplot cannot load a shared library called ...
1
vote
0answers
38 views
How to translate this python pylot bar plot to gnuplot code [closed]
I need draw a bar plot with 200k data points. I have matplotlib.plot code, which runs well for small data set, but too slow for 200k points.
Can anyone help me translate this python code to gnuplot? ...
0
votes
1answer
14 views
How can I combine “xticlabel” and “with labels” in gnuplot?
I have a data file that looks like this:
"A" 1306051 "hello"
"B" 1384727 "world"
I use this command to plot the data:
plot 'data_file' using (column(0)):2:xticlabel(1)
I'd like to label (some ...
0
votes
0answers
25 views
GNUPLOT through a python script gives damaged gif
I am using the following script to run GNUPLOT on a redhat machine by forking. But what happens is that the image gets created, but is damaged, and hence I am not able to open it in a browser.
Here ...
1
vote
2answers
40 views
How to give command line arguments to gnuplot
I am writing a script to plot multiple files from multiple files one at a time. I also want to save the output of each plot corresponding to the data file. How can we give both arguments to GNUPlot. ...
0
votes
1answer
22 views
saving output of splot(GNUPlot)
I have two files same_2 and diff_2 and I plot the data in these files with this command using GNUPlot.
splot "./same_2" with points, "./diff_2" with points
I have the 3D plot. How can I save it, so ...
0
votes
1answer
13 views
Gnuplot format palette legend as time
I have a plot that has the zaxis as the time and a palette whose colors correspond to those same time values. The rendering seems fine but, my zaxis legend shows the time properly formatted and the ...
0
votes
1answer
21 views
Setting xrange in gnuplot producing strange result
I was trying to use gnuplot to graph a CSV file containing date-time and temperature but it was producing some strange results when it worked (mainly just one line straight up in the middle of the ...
0
votes
1answer
24 views
How can I blank out the background of the key in gnuplot?
My plot is covering up my key in gnuplot. What I'm plotting oscillates a lot, so there's nowhere on my plot I can go and not interfere with something. How can I give the key an opaque background so ...
0
votes
1answer
27 views
gnuplot - adjust horizontal spacing of subscript letters
I am trying to adjust the horizontal spacing of letters in subscript in the postscript (enhanced) terminal. The default is to align the spacing as you would for normal letters, but for big letters ...
0
votes
1answer
22 views
How can I scale the numbers on the y-axis in gnuplot?
I have a data file that looks like this:
0 "A" 1306051 1265532 736392 1359570 1295778
1 "B" 1384727 1335463 814167 1436868 1370715
I use this command to plot the data
plot for [n=3:7] '$data_file' ...
0
votes
0answers
18 views
Gnuplot and ConTeXt 1.0.1
I've been searching the net for modules to plot graphs in ConTeXt, and I've come across Gnuplot. So far so good, but as I'm as new as one can be to programming I simply can get it to functione. I've ...
1
vote
2answers
40 views
Gitstats Eclipse
While working in Eclipse with .git is noticed Eclipse makes a nice folder for gitstats in the project folder.
I attemted to use these files to generate gitstats output, but i cant seem to get it ...
0
votes
1answer
41 views
How can I plot a function with two variables in octave or matlab?
I want to use octave to plot fairly simple functions with two variables like : f(x,y) = x^2 + 3y . It is very easy to plot single variable functions, but I am having alot of trouble finding out how ...
1
vote
1answer
25 views
gnuplot: how to plot sum of three data sets
I have a data in file which I would like to plot using gnuplot. In the file, there are 3 data sets separated by two blank lines so that gnuplot can differentiate between the data sets by 'index'. I ...
0
votes
1answer
13 views
Debugging in interactive gnuplot
I have a plot script that doesn't work in some cases. How can I use the interactive mode of gnuplot to debug user defined functions, i.e. just call them with some literal argument to see if they are ...
0
votes
1answer
18 views
Changing gnuplot range without affecting the origin
I would like to plot the graph a function (say y=x) in the range [-10:10] for both axes. If I write
gnuplot> set xrange [-10:10]
unset tics
set border 3
gnuplot> plot x
I get a graph in which ...
0
votes
0answers
18 views
Creating a string return value in gnuplot
is there a way to create a function that return a string, and not a number, in gnuplot?
I get an error that a string returned instead of a number in ordinary functions like this:
func(x) = ((x eq ...
0
votes
1answer
26 views
Normalized histograms in gnuplot with added function plot
I have the following script to plot histograms:
set terminal postscript eps enhanced color
set title "Histogram\_CreatesFile"
colour1="#00A0ff"
colour2="navy"
colour3="#ffA000"
colour4="#800000"
set ...
0
votes
1answer
63 views
Plot 3D line on top of surface plot in Octave
I have plotted a surface from some data. In the same plot I want to have a 3D line (I have the [x,y,z] values for the line I want to plot). When I try to do this using plot3(x,y,z) in the same figure, ...
0
votes
1answer
19 views
Plotting a series using gnuplot (Maclaurin series)
Is there a quick way to plot the Maclaurin/Taylor series using Gnuplot. For eg:
http://en.wikipedia.org/wiki/Power_series
I'm trying to plot each term of the series NOT the series f(x) vs x.
So, for ...
0
votes
1answer
22 views
How to add text to an arrow in GnuPlot
Is it possible to add text to a an arrow in gnuplot?
Lets say I draw an arrow:
set arrow from 0,0 to 1,1 head
plot(x)
Is it possible to attach this arrow some text ?
Thanks
1
vote
2answers
23 views
GNUPLOT complex numbers in data file
I have a file with two columns, the first containing purely real numbers and the second containing complex number in a form the GNUPLOT will accept, {a,b} (which is GNUPLOT's equivalent to a + bi). I ...
17
votes
0answers
260 views
Gnuplot in Haskell: don't enter gnuplot terminal
Using the gnuplot module, after I plot a graph I get put into the gnuplot console. Is there a way to stop this happening? I never use it, and it's annoying to have to type exit after closing each ...
0
votes
0answers
50 views
Add Custom labels (from a data coloumn series) to bar graph in GNUPlot
I am trying to plot a bar graphs representing the energy values of each amino acid in a protein. Here I am sharing the sample data as image below and actual data.
See Data and Sample Graph Image I ...
0
votes
1answer
54 views
Gnuplot: How to plot each line from a file as a seperate figure?
I know the command to plot circle in gnuplot:
plot 'circle.txt' using 1:2:3 with circles
Suppose if circle.txt contains n lines and each line contains (centerX, centerY, radius) of different ...
0
votes
0answers
22 views
removing undefined values from the key
I have a data set in the form of:
string0 string1 string2 string3
<int> <int> <int> <int>
<int> <int> <int> <int>
<int> ...
0
votes
2answers
63 views
Gnuplot - draw a vertical line from the x-axis to the plot, and from the plot to the y-axis
I have a Gaussian curve drawn via gnuplot and I want to have a line which goes up from the x-axis, stops exactly where it hits the curve, and goes perpendicular to the left to hit the y-axis, ideally ...
0
votes
1answer
12 views
Pointtype command for gnuplot
I'm having trouble using the pointtype command on gnuplot. I've tried several ways such as:
set pt 5
set pointtype 5
plot " " w pt 5
plot " " w pointtype 5
And for some reason nothing seems to ...


