Tagged Questions

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

23
votes
3answers
22k 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 ...
19
votes
3answers
801 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: ...
17
votes
4answers
6k 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 ...
15
votes
17answers
11k 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 ...
9
votes
1answer
133 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 ...
8
votes
3answers
974 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 ...
7
votes
3answers
9k 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)
6
votes
2answers
1k 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 ...
6
votes
6answers
2k views

Good plotting library for C?

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 ...
5
votes
1answer
281 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" ...
5
votes
4answers
348 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 ...
5
votes
2answers
447 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 ...
5
votes
2answers
1k 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 ...
5
votes
3answers
29k 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 ...
5
votes
2answers
3k 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 ...
5
votes
5answers
1k 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" ...
4
votes
1answer
325 views

3D Mapped Graph with Gnuplot Not accurate

I am encountering problems while trying to create a 3D (2D mapped) graph. The data I am generating should create a 3 dimensional normal distribution bump, or, when "mapped", it should look like a ...
4
votes
1answer
368 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: ...
4
votes
1answer
2k 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?
4
votes
3answers
7k 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 ...
3
votes
2answers
55 views

how to draw guide lines on a gnuplot generated cdf?

At work have a set of floating point values that I sort and compute a CDF for and plot within gnuplot. I'd like to draw a line showing where the 80% and 90% thresholds of the CDF are, i.e. a line ...
3
votes
1answer
38 views

gnuplot linecolor variable in matplotlib?

I have an array of y-values that form a line. Additionally, I have an array with the same number of elements as the y-array of values ranging from 0 to 1. We'll call this array 'z'. I want to plot the ...
3
votes
2answers
145 views

Gnuplot (or matplotlib): create non-bar chart with categories on x-axis

I would like to create a graph like this one using gnuplot (or matplotlib, if need be), but I don't know if/how it can be done: This, of course, is just a rough sketch. What is important is that I ...
3
votes
1answer
61 views

how to plot with vectical lines with gnuplot?

I study for sometime but didn't get the answer yet. The data is like: #X0, Y0_0, Y0_1 1 1 2 3 2 4 7 1 3 .... I need to draw vectical line from (X0, Y0_0) to (X0, Y0_1). gnuplot has financebar and ...
3
votes
1answer
115 views

gnuplot iteration and autotitle

I am somewhat new to gnuplot iteration. Its a geat feature, but I and trying to find a good way at entering the multiple titles to the plot. My data is in the form; xdata data1 data2 data3 data4 1 ...
3
votes
1answer
120 views

Plot day events from date and value in Gnuplot

I have data of this format: 2011-06-22 22:33:19 23 15 2011-06-23 09:46:13 12 79 2011-06-24 12:31:09 31 4 2011-06-24 17:34:10 7 2 2011-06-25 16:42:43 44 14 2011-06-25 20:26:52 54 9 ...
3
votes
3answers
115 views

Plotting with a Specific Marker

I would like to plot a matrix of zeros and ones into a figure such that for every 1 i have a marker shaped like a vertical bar is plotted " | ". Such that when a series of 1s are on the same x axis, ...
3
votes
1answer
369 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 ...
3
votes
2answers
552 views

Octave plot from Qt C++ application

I have a QT C++ application that runs the Octave program using QProcess. I am able to communicate with it by reading the standard output/error and writing to it's standard input using write method ...
3
votes
2answers
370 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 ...
3
votes
2answers
1k views

Plotting arrows with gnuplot

I have data generated in a simulation. The generated data file looks something like this: 1990/01/01 99 1990/01/02 92.7 1990/01/03 100.3 1990/01/04 44.2 1990/01/05 71.23 ... 2100/01/01 98.25 I can ...
3
votes
4answers
1k views

gnuplot stdin, how to plot two lines?

I'm trying to produce a plot with two lines using data taken from stdin. I have a file "test.csv": 0,1.1,2 1,2,3 2,6,4 4,4.6,5 5,5,6 I've been trying to plot this with commands like, $ cat test | ...
3
votes
4answers
1k views

How to plot graphs in Gnuplot in Real time in C++?

I'm trying to plot a graph in real time using GNUplot and C++. Does anyone know of any good libraries that does this? Thanks
3
votes
5answers
1k 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 ...
3
votes
5answers
4k 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 ...
3
votes
1answer
1k views

gnuplot configuration file

Don't know if it's a question for stackoverflow or superuser, but the beta SU community is still too small for such specific questions, I guess. Feel free to redirect it if you see it fit. I am ...
3
votes
7answers
2k 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 ...
3
votes
2answers
7k views

How do you use gnuplot's built-in fonts?

The gnuplot docs have this to say about fonts: Five basic fonts are supported directly by the gd library. These are `tiny` (5x8 pixels), `small` (6x12 pixels), `medium`, (7x13 Bold), ...
2
votes
0answers
35 views

Gnuplot TiKz Terminal Set Key Font Size

I am having an issue setting the font size of the key (i.e., legend) using Gnuplot with the TiKz terminal. Traditionally, one could add set key font "0,20" to Gnuplot which would change the size of ...
2
votes
1answer
54 views

Looking at binary output from fortran on gnuplot

So, I created a binary file with fortran, using something similar to this: open (3,file=filename,form="unformatted",access="sequential") write(3) matrix(i,:) The way I understand it, fortran pads ...
2
votes
1answer
48 views

bash deletes my file while looping “~$ ./program > file.dat” (gnuplot)

I'm doing some script on bash to plot data with gnuplot. But it doesn't work. I have a program which throws data to the command line. I collect that data on a file and then I loop this process over ...
2
votes
1answer
60 views

Multiple plot calls in octave

I'm working in octave, I need to call plot3 two or more times to produce one graph. But it only plots the last call of plot3. I need some help. This is my code: It only plots the line plot3(tras(1), ...
2
votes
0answers
34 views

can't set border linewidth for bars of rowstacked histogram

I'm plotting a histogram using gnuplot. And would like to set width of all bar borders. I set style of my histogram bars using: set style fill solid border -1 after it I would like to set linewidth ...
2
votes
3answers
94 views

Gnuplot: How to get “time-friendly” hour/min x-axis tick layout

I'm having trouble getting a "time friendly" X-axis layout in Gnuplot. I need to present some data referring to a period within one day; the time X data is represented in decimal form, e.g. X=20.75 ...
2
votes
2answers
237 views

gnuplot tikz terminal

How do I enable the tikz terminal in gnuplot on Mac Os X(10.6.8)? I have latex with working tikz. Now I installed lua from http://www.lua.org/ and Downloaded gnuplot4.4.4, unpacked it, and run $ ...
2
votes
0answers
79 views

Hide the boxes in a histogram with errorbars in gnuplot?

I have a gnuplot histogram with errorbars. How can I hide the boxes so just the errorbars remain? I can achieve this effect for a single data set using the plain errorbars style and hiding the ...
2
votes
1answer
96 views

Line styles on gnuplot 4.4

Well, I'm trying to plot this graphic: gnuplot> plot exp(-x) t 'MB' w l lw 3, (exp(x)-1)**(-1) w l lw 3 t 'BE', (exp(x)+1)**(-1) w l lw 3 t 'FD' and exporting with set terminal latex How, or ...
2
votes
1answer
76 views

Gnuplot - EPS terminal producing extra characters

I have gnuplot file that is outputting quite nicely in EPS but I'm suffering some issues when it comes to the labels. For some reason, a random figure (') is being inserted before the each label. ...
2
votes
1answer
132 views

gnuplot point color wrong

In this example, the point color(blue) of the 3. plot differs from the test output(green) - why is that? (my default terminal is aqua, but it is the same with e.g. png) plot [0:4]\ '-' title ...
2
votes
1answer
73 views

Plot quarterly and annual data on same graph in gnuplot

I need to plot two time series on the same graph. One series has annual observations, while the other series has quarterly observations. Is there straightforward way to do this? The only solution I ...

1 2 3 4 5 8