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

63
votes
5answers
57k views

Histogram using gnuplot?

I know how to create a histogram (just use "with boxes") in gnuplot if my .dat file already has properly binned data. Is there a way to take a list of numbers and have gnuplot provide a histogram ...
36
votes
5answers
13k views

gnuplot vs Matplotlib

I've started on a project graphing Tomcat logs using gnuplot-py, specifically correlating particular requests with memory allocation and garbage collection. What is the collective wisdom on ...
24
votes
17answers
18k views

What is the best plotting library for Python? [closed]

What Python plotting library do you recommend? It should be noted the following considerations: is it cross-OS? speed how clean it's interface? "prettyness" of the resulting plots License etc? In ...
22
votes
3answers
1k views

Fastest & most flexible way to chart over 2 million rows of flat file data?

I'm collecting some system data in a flatfile, which has this format: YYYY-MM-DD-HH24:MI:SS DD1 DD2 DD3 DD4 Where DD1-DD4 are four items of data. An example of the file is this: ...
19
votes
7answers
99k views

Choosing line type and color in Gnuplot 4.0

I have two pairs of datasets, which I need to plot using Gnuplot. I want the first pair to be plotted in red, one solid and one dashed. The second pair, I want to plot in blue, one solid and one ...
19
votes
3answers
23k views

How do you plot bar charts in gnuplot?

How do you plot bar charts in gnuplot with text labels? (Sorry - I'm answering my own question here - as it suggest in the first entry of the faq)
15
votes
7answers
11k views

Plotting with Octave after most recent MAC OSX update

Hi I just recently downloaded the most recent snow leopard update. Then I tried to plot something using Octave which has been installed on my computer for months (and plotting has worked all that ...
13
votes
1answer
7k views

Zoom out in Octave / gnuplot

I use Octave with gnuplot under Windows. I can zoom in using the right mouse button. But how can I zoom out from the UI?
12
votes
2answers
6k views

MATLAB subplot margin

I'm plotting 5 x 3 plots using subplot command, but there are massive margins around each subplot. How do I control the margin size around them? Anybody can help? figure; for c=1:15 ...
11
votes
1answer
11k views

output.png from gnuplot is not as good as the figure from prompt shell

I often plot graphs in gnuplot prompt shell, like this: gunuplot> plot sin(x) with linespoints pointtype 3 and the figure showed up is great. Today, I save the graph in a .png file, like this: ...
11
votes
6answers
8k views

Good plotting library for C? [closed]

My question is very similar in spirit to this question: What is the best plotting library for Python? What is my best bet for plotting data in C? Am I better off forgoing a library and just ...
10
votes
2answers
5k views

octave + gnuplot + os x 10.6 : nothing happens

On my first-gen Macbook Pro, with OS X 10.6.1, I can launch gnuplot and get a plot, after I set the terminal to x11, with a command like plot [-6:6] sin(x). But when I launch octave, and try a plot ...
10
votes
2answers
14k views

Plotting two axes in gnuplot

Is it possible to plot two curves, with two corresponding axes in gnuplot, each of which has a different scale? For example, y=x**2 and y=x**4 in the same graph (they vary enough to be ...
9
votes
1answer
258 views

Repeat plot command with minor changes in R

I made a plot in R and I want to repeat all the commands (like plot(), legend() or line()) that were carried out for this plot, with some minor changes. For example I want to set the axes to ...
9
votes
3answers
1k views

Graph Formatting Tools For Octave

I know that Matlab allows for you to format the graph after its created through the interface. However there isn't the same features in Octave. Is there a tool that goes between Octave and GnuPlot? If ...
9
votes
1answer
672 views

gnuplot epslatex functionality in matplotlib

I am used to plot data with gnuplot, so I can easily put the figures in a LaTeX document, using the epslatex terminal. For example: file = "data.dat" set terminal epslatex set output "figure1.tex" ...
8
votes
6answers
3k views

Is there a standard file extension for gnuplot files?

I have seen .gnu, .plt, and .gplot as file extensions for gnuplot scripts. I know Linux doesn't care about file extensions, but what extension most universally declares to human beings "I am a ...
8
votes
7answers
8k views

Can Gnuplot take different arguments at run time? maybe with Python?

I have 500 files to plot and I want to do this automatically. I have the gnuplot script that does the plotting with the file name hard coded. I would like to have a loop that calls gnuplot every ...
8
votes
1answer
10k views

gnuplot : plotting data from multiple input files in a single graph

I am trying to plot a graph using gnuplot.I have 6 text files.Each text file contains two columns.The first column represents time in seconds(it is a floating point number).Second is a sequence ...
8
votes
1answer
7k views

Clustered bar plot in gnuplot

I have a simple result table which I want to plot as a clustered histogram plot in gnuplot. The data set has the category of content type of a webpage and the corresponding percentage share in two ...
8
votes
5answers
5k views

gnuplot labels

I have a table like this: A B C D E F G H I 10 23998 16755 27656 17659 19708 20328 19377 18925 20 37298 33368 53936 41421 44548 40756 40985 37294 I use this command to plot plot "C:/file.txt" ...
7
votes
2answers
3k views

GNUPLOT Each Histogram Bar with different color

I want to visualize the amount of different colors of a bitmap file. My Datasheet looks like: 1 163073164 4 185122087 3 255242000 8 255255255 3 000162232 1 181230029 1 127127127 1 136000021 3 ...
7
votes
7answers
3k views

Library/tool for drawing ternary/triangle plots

I need to draw ternary/triangle plots representing mole fractions (x, y, z) of various substances/mixtures (x + y + z = 1). Each plot represents iso-valued substances, e.g. substances which have the ...
7
votes
3answers
12k views

How do I draw a vertical line in gnuplot?

E.g. if I have a graph and want to add vertical lines at every 10 units along the X-axis.
7
votes
3answers
11k views

How do I change the background color in gnuplot?

I have a script that renders graphs in gnuplot. The graphs all end up with an ugly white background. How do I change this? (Ideally, with a command that goes into a gnuplot script, as opposed to a ...
7
votes
2answers
4k views

accessing gnuplot's (auto)range values

I am trying to plot some data with gnuplot, which actually is no problem. Using the standard plot command, I get, what I want except that the yrange is set automatically from (eg) 275 to 300. ...
7
votes
2answers
2k views

plot audio data in gnuplot

how could I convert an audio file such as a aiff into a svg using gnuplot? I used sox (sound exchange) to convert an .aiff into a .dat, which I can load now in gnuplot. I did something similar to: ...
7
votes
5answers
6k views

Gnuplot plotting data from a file up to some row

I have data in some text file which has let's say 10000 rows and 2 columns. I know that I can plot it easily by plot "filename.txt" using 1:2 with lines . What I want is however just plotting let's ...
7
votes
4answers
3k views

Gnuplot Cumulative Column Question

I have some data. #Time Distance 1 3 2 5 4 9 8 11 12 17 14 20 16 34 20 40 I want to plot the cumulative distance wrt time in gnuplot ... (it should be easy) but I do not know how. ...
7
votes
1answer
211 views

Histogram of an Image's “Black Ink Level” by Horizontal Axis

I have a black and white image (or pdf) file, and want to get a histogram of the image's horizontal profile. That is, for each column in the image I want the sum of the grayscale values of the pixels ...
7
votes
3answers
2k views

Gnuplotting data without a textfile

My program generates bash scripts that call gnuplot. I don't want to have to make an extra file to store the data; is there any way I can explicitly call all of the values? Or possibly having bash ...
7
votes
2answers
2k views

gnuplot - pdf terminal - setting unicode character (solar mass symbol/odot)

I'm trying to set the LaTeX \odot symbol in the gnuplot (4.6.0) pdf terminal. What is the exact syntax for this? The gnuplot FAQ gives some clues, but should I type {/Symbol \2299}, or {/utf8 \2299}, ...
7
votes
4answers
897 views

How to plot data by c program?

I am a mechanical engineer who has only limited knowledge in C programming. I wrote some code in order to make simulations, and I want to visualize the simulation results. At the moment I am using ...
7
votes
3answers
2k views

Visualization from C/C++ via Gnuplot's pipe interface

I am attempting to use the pipe interface to gnuplot (a standard one gnuplot_i.{cpp,hpp}) in order to generate a real time display of values that are continually changing within another program ...
7
votes
1answer
460 views

Gnuplot filledcurves with palette

I have been trying to change the fillstyle for the filledcurves option in gnuplot so that the fill colour represents the difference between the two curves on a 2-dimensional plot. I am thinking of ...
6
votes
5answers
13k views

Calling gnuplot from python

I've a python script that after some computing is a generating two data files formatted as gnuplot input. How do I 'call' gnuplot from python ? I want to send the following python string as input to ...
6
votes
1answer
3k views

How to plot specific rows in GNUplot

I have a two-column file which has 1000000 entries, that is 1000000 rows, however I don't want to plot all the data, I just want to plot the points every 100 lines? How to do this in gnuplot? Also, is ...
6
votes
1answer
2k views

Gnuplot x-axis resolution

I'm trying to plot in gnuplot a log-periodic function: cos((log(abs(t-Tc))*PI/log10(lambda) ) + phi) But because of the nature of log(x) near to x=0, the plot is getting ugly. How to plot a ...
6
votes
1answer
2k views

gnuplot png output doesn't plot dashed/dotted lines

I'm trying to plot a figure that contains both dashed and continuous lines with gnuplot v4.4 . The code is: set term postscript eps enhanced color set style line 1 linetype 1 lw 2 set style line 2 ...
6
votes
2answers
2k views

how to make several plots from the same standard input data in gnuplot?

I want to have a single .plt file storing both data and gnuplot commands. My data looks like # x1 y1 x2 y2 1 2 3 4 5 6 7 8 and corresponds to two plots: (x1,y1) and (x2,y2). I know I can ...
6
votes
1answer
19k views

how to set key font size in gnuplot?

How to set key(legend) font size in gnuplot? I read the gnuplot introduction file and find no related configuration about this property. I can set font type and size for labels, tics, but only key ...
6
votes
1answer
1k views

How should I format my .dat file so that a 3D vector plot can be made?

I'm working this programming task for college where we have to write a c++ program that calculates the magnetic field vector for certain coils in 3D space. I've managed to write this program and I ...
6
votes
3answers
1k views

how to convert integer to string in gnuplot?

I know how to use $ with using in examples like plot datafile using f($1):g($2) to plot functions of column data. But I want to use this feature in a loop: plot for [c=1:10] datafile using ...
6
votes
1answer
4k views

Gnuplot: Multiple Stacked Histograms, each group using the same key

I am trying to create a plot with multiple stacked histograms like example 8 here. But for my data, each group has the same four categories. How do I change the colors and the key so that colors go ...
6
votes
2answers
1k views

Dynamic Plotting in Gnuplot (drawnow in MATLAB)

Is it possible to create dynamic plots in Gnuplot? What I require for my purposes is that, as the data is generated through some loop, I will use gnuplot to put some marker on the x-y axis preserving ...
6
votes
1answer
2k views

Gnuplot: 4d color plot using matrix format

I know that for a 4d color plot (3d surface, and the color is given by a 4th field), I can use a datafile of the format # X Y Z C 1 1 0 4 1 2 1 3 2 1 4 2 2 2 4 5 ... and then use set ...
5
votes
3answers
2k views

Octave-Gnuplot-AquaTerm error: set terminal aqua enhanced title “Figure 1”…unknown terminal type"

I've installed Octave and gnuplot via Homebrew, and downloaded AquaTerm.dmg. When I try to plot, I get the following message: octave:4> plot(x,y) gnuplot> set terminal aqua enhanced title ...
5
votes
4answers
5k views

Calling gnuplot from java? (ubuntu)

I'm not sure if this is possible, especially since Java runs through a VM, but can I call gnuplot from within Java? Perhaps I could have Java open a terminal and input gnuplot plot ... etc?
5
votes
3answers
5k views

gnuplot conditional plotting: plot col A:col B if col C == x

How can I do this in gnuplot: plot "test.csv" using 1:2 if value_in_column_3 == 80.0 It should only select those rows where column 3 == 80.0 and ignore all other rows (It should not plot a 0 for ...
5
votes
5answers
13k views

How to create a data file for gnuplot?

I'm trying to make a graph with gnuplot. I specified my xrange, yrange, and labels, but when I typed in the following command: gnuplot> plot "data.txt" using 1:2 with lines gnuplot tells me: ...

1 2 3 4 5 24