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
12 views

values at x-axis fall in between xtics

I am trying to plot a graph where the x-values fall in between xtics. For example, I want my xtics to be C72 C73 C74 C75 C76 C77 C78 C79 C80 C81 and the points fall in between C72 C73 ; C73 ...
-1
votes
0answers
15 views

Key gets hidden below data in pm3d map in gnuplot

I am plotting a data using pm3d map function of gnuplot. I also want eps version of the plot. But when I plot it, the key which should otherwise appear in right top corner gets hidden below the data. ...
0
votes
1answer
15 views

Automatically removing empty space on the left in box plot in gnuplot

Following the answers to this question: Histogram using gnuplot? and some other sources I created this script: set terminal postscript eps enhanced color set title "Histogram\_CreatesFile" ...
0
votes
0answers
20 views

Plot matrix with GNUplot. Slow

I am using GNUplot for plotting a small matrix. The matrix is 100x100 by size. e.g. 1.23212 2.43123 -1.24312 ...... -4.23123 2.00458 5.60234 ...... ...... The data is not neatly stored in the file. ...
0
votes
1answer
14 views

Gnuplot: plot data from command

I know I can plot with data from stdin by using '-' as the data source, but is there any way I can plot data output from a command the same way? I.e., instead of running the command and piping to the ...
0
votes
0answers
24 views

Fast gnuplot terminal compatible with ffmpeg

I am using gnuplot to make some thousands of frames from raw data, I then make a video with ffmpeg (the easiest way I know to use advanced codecs like x264). The frames are not complicated: just few ...
0
votes
1answer
14 views

What is the difference between gnuplot and AquaTerm?

What is the difference between AquaTerm and gnuplot. Also is it true that Octave uses AquaTerm instead of X11? I know AquaTerm might be more rendering of the actual graphic and gnuplot is probably ...
0
votes
2answers
33 views

Gnuplot produces an empty diagram

I'm trying to plot a simple diagram with gnuplot. Unfortunately it's not drawing anything. The ranges on the diagram are correct. This are my commands: set xdata time set timefmt "%Y-%m-%d %H:%M:%S" ...
0
votes
1answer
19 views

How do I label the ends of a vector arrow with the coordinates in gnuplot?

Here's a small script to generate a single 2d vector, and I'd like to put the coordinates at either end of the arrow so it is clearer when looking at it. set mxtics 5 set mytics 5 set xzeroaxis set ...
1
vote
1answer
28 views

How do I use gnuplot to plot a simple 2d vector arrow?

This is my first time trying to use gnuplot, and I can't find any instructions on how to accomplish this. The closest I found was this: http://gnuplot.sourceforge.net/docs_4.2/node259.html ...
-1
votes
0answers
21 views

Removing decimals from gnuplot

I am very new to IT world and specially to Unix shell scripting. When working in gnuplot i want to remove decimals from the x-axis . Could somebody please guide?
1
vote
2answers
25 views

Gnuplot axes x and y

I have trouble with gnuplot graph. Axis x and y are bad writing. Script in bash is here. echo "set terminal png 8; set output name.png set multiplot set timefmt '%s'; set title \"$LEGEND\"; set xdata ...
1
vote
1answer
44 views

Bash script for plotting with gnuplot

Hy guys! I have problems with writing bash script to run 50 times my script which generates data files and then plot it to file. I wrote smth like this, but it doesnt work #!/bin/bash for i in ...
1
vote
1answer
36 views

Change “fill style” or “line style” in Gnuplot automatically

I need to plot a grid. Each segment of a grid can have different color /style. This style correspond to value that is specified in a file. I thought that boxxyerrorbars style can be relevant. I ...
0
votes
1answer
44 views

how to plot power trendline showing equation and regression coefficient (like in the image below) in gnuplot?

I am trying to recreate the plot that I created in MS Excel using gnuplot. Can this be done in gnuplot which shows the power trendline Equation with corresponding Regression Coefficient? The data has ...
0
votes
0answers
24 views

gnuplot png unkown and pdf error

I have a shell script that performs some calculations and plot the results. I have used gnuplot for plotting the results. I'm facing two problems. I used to run the script on my cygwin and it's Okay. ...
3
votes
1answer
31 views

Change colors in Gnuplot like the ones from the gallery

I used Google and searched on stackexchange, stackoverflow. How can I reproduce the plots from http://gnuplot.sourceforge.net/demo/simple.html with the colors from there? Using the given script # ...
-2
votes
1answer
89 views

How to plot a butterfly plot or symmetric barchart in R

I need to create a bargraph with middle x-axis and two positive y axis above and below. It should look like a butterfly plot in SAS, but transposed x and y axis. My data is lengths of male and female ...
1
vote
1answer
21 views

History auto complete in gnuplot

In gnuplot, I type gnuplot> set style data lines Then I run few other lines: gnuplot> plot "./data/traj1.dat" u 1:4, "" u 1:6, "" u 1:9, "" u 1:11, "" u 1:13, "" u 1:15 gnuplot> plot ...
0
votes
1answer
26 views

not a correct time display in gnuplot

I just started gnuplot and I have a problem with using "time" as x-variable. I have tried a lot of things but I cannot get it right. My data looks like # 10-05-2013 1-52-56, 425,"lvl" 10-05-2013 ...
3
votes
0answers
21 views

Elegant way to for loop several statements in gnuplot 4.6?

I am trying to have a plot statement loop over several couplets of functions plots. The order of the statements is important because it creates overdraw in the right order. #!/usr/bin/gnuplot ...
1
vote
1answer
46 views

(Mac OSX) Adding libraries to C -specifically gnuplot

I am a begineer trying to get code in C. I am working on a Mac and using xcode. My only past experience has been with java using eclipse and everything was pretty straight forward. I have almost no ...
1
vote
0answers
34 views

Octave graphs: How to display possible property-values using get/set?

When i have plotted a graph in octave, i usually want to play around with it for some time in order to make it look shiny and all... But what really bugs me is that for some properties one sees when ...
2
votes
1answer
12 views

Remove top right histogram text in gnuplot

How can I remove what appears on the top right corner of a histogram generated with gnuplot? My plot looks like this one http://old.nabble.com/file/p30162131/Figure%2B0.jpg I don't want the weird ...
0
votes
2answers
30 views

Draw points and lines in gnuplot

How is it possible with gnuplot to plot both isolated points and lines for the same input file? I mean, once I have a file data.dat of this kind that defines two lines 1-2 and 3-4 x1 y1 x2 y2 x3 ...
2
votes
0answers
42 views

bold enhanced text in gnuplot

I am having difficulty getting gnuplot to create labels with bold and enhanced text in non-postscript terminals. The following script #!/usr/bin/env gnuplot reset set terminal pdfcairo enhanced ...
0
votes
1answer
22 views

gnuplot: numerical values of points of a function

Is it possible with gnuplot (4.6) to print (in a file or through redirection from standard output) the values of the sampled points of a function. Say, if I write plot sin(x) with for example set ...
1
vote
1answer
23 views

What does the error message “w = 0 in Givens();” mean when trying curve fitting in gnuplot?

I keep having the w = 0 in Givens(); error message when I try to use gnuplot built-in curve fitting feature. What I do is trying to fit experimental data to a certain mathematical model in gnuplot. I ...
0
votes
2answers
32 views
+100

Columnstacked histograms in gnuplot from multiple files

I'm trying to use gnuplot to view some profiling data; I have several files, each of the following format: file_runXX.dat: elapsed time, stage elapsed time, stage For example: 0 foo 1 step_1 1.5 ...
-2
votes
0answers
35 views

Could someone help me with this function plot? [closed]

I have the math relations between Pc, N and CW, as shown in Fig. 1. Now I want to set Pc's value as 0.05, and plot the function of N and CW. (the first equation in Fig. 1 changed to 0.05=1-Pt-Pi, and ...
1
vote
0answers
21 views

Plot a set of 2d filed plots in a 3d plot using Gnuplot

I have a set of 2d plots (Density of states (DOS) of atomic layers) and I want to plot them in a 3D plot to show how the DOS changes at each layer. My data is organized in a file (3D_data) in the ...
0
votes
1answer
40 views

Gnuplot nested do loop and plotting on the same graph

Hi I'm using gnuplot to create a large number of graphs. To save myself work I've written a script that tries to plot all possible graphs. #!/usr/bin/gnuplot reset ...
0
votes
1answer
31 views

gnuplot set key at position and later move

In gnuplot I'm trying to set the key at a specific position for a few plots, and then later I just want it in the bottom right corner of the screen. I tried: set key at -5, 5 plot x set key bottom ...
0
votes
0answers
42 views

Plotting graphs to multiple files in python using gnuplot.py

I would like to ask for any hint. My goal is gif video of plotting my graph. I have config file in format: 1 2009/05/11 07:31:00 0.00999983333416666468 2 2009/05/11 07:32:00 0.01999866669333307936 ...
0
votes
1answer
66 views

Plotting a segmented line with segments coloured based on a variable

I'm trying to draw a plot (in R or gnuplot) where the x axis represent a single sample and the y axis is segmented to represented different portions of time. Each line segment (or box) would be ...
0
votes
1answer
36 views

Using gnuplot for discrete distribution

Is there a relatively simple way to plot a graph of distribution of discrete data? E.g. we have some set of float values over a range from 0 to 1 and what we need is a chart diagram over 10 ranges ...
2
votes
2answers
50 views

Piped program window closes instantly

I'm trying to draw a XY coords bord with gnuplot gem, but when running my code it automatically closes it. I have been checking the example and i think i do everything ok, can anyone help me make my ...
0
votes
3answers
51 views

Using gnuplot to generate a set of numbered images

I'm a newbie in Python and I would like to ask you, how can I get images (a lot of images) made by Gnuplot.py with variable in name? I have this function, which creates single image: def ...
3
votes
2answers
41 views

Plotting on Gnuplot - skipping lines

I have some problems with reading my file in Gnuplot. For example, I have a file like this: ___________________________________________ '#current' month followed retweeted mentioned replied Jan ...
0
votes
1answer
26 views

Remove “empty space” in splot with log scaled z axis

I have a gnuplot script which generates a surface plot from data. I've scaled the z axis logarithmically, such as in an example on gnuplot.info1 - and just as in the example, I get a lot of empty room ...
1
vote
1answer
25 views

Gnuplot stdin and time data format?

I'm newbie here, and my english isn't too good - sorry. I would plot graph and I have data in two columns (UNIX timestamp and float number). I would have time on X-axis. When data are in a file, ...
2
votes
1answer
24 views

column with empty datapoints

date daily weekly monthly 1 11 88 2 12 3 45 44 4 54 5 45 6 45 66 7 77 8 78 9 71 99 88 For empty data points in weekly ...
0
votes
1answer
36 views

gnuplot gives me strange plot look

I could not describe how the plot looks like so I just use "strange" as I have no idea why gnuplot gives me such a plot. Here is the thing I am trying to do. I have a data file with two columns, the ...
0
votes
1answer
43 views

How to get the average number of data points?

Here is my data file : 12100 4592 14400 5000 16900 6443 12100 4479 14400 5393 16900 5969 12100 4605 14400 5353 16900 6268 I would like to have the ...
0
votes
1answer
15 views

Compatibility issue between gnuplot 4.1 and 4.6

Coworkers have a lot of old-fashion gnuplot scripts working fine with gnuplot 4.1. It would be neat to update to 4.6 to get the for-loop functionality and the beauty of new terminals. Have you ever ...
1
vote
1answer
89 views

Linux GUI: gnuplot, bash script, octave

Is there any way to write a GUI under Ubuntu that one can work with gnuplot, octave and bash scripts together?
0
votes
1answer
33 views

Using macros in gnuplot 4.6.3

I tried to find a similar error described on the web but did not find anything. Hope someone can help. I use a code similar to this example with gnuplot 4.4p3: set macros col_TIME = '1' col_meas = ...
0
votes
0answers
45 views

grid.py get no rate on dataset

I am trying to run grid.py on libsvm-3.17 using some dataset. I am using the command python grid.py -log2c -5,12,1 -log2v -12,5,1 -v 5 -m 300 <dataset> Instructions over here. But the ...
0
votes
1answer
36 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
43 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 ...

1 2 3 4 5 24