Tagged Questions
1
vote
1answer
51 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 ...
0
votes
1answer
49 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 ...
-2
votes
0answers
36 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 ...
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
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
50 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
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
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 ...
0
votes
2answers
161 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
...
1
vote
1answer
96 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 ...
0
votes
1answer
32 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
36 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
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
59 views
Specifying axes's step sizes in graph
I'm trying to plot a graph in Octave. How can I specify step size? For example, by default x axis's step size is 0.5(0---0.5---1---1.5---), I want to make it 0.1, and y axis's step size 0.01.
1
vote
1answer
54 views
How to draw just arrow in gnuplot
In gnuplot, we draw arrow as:
set arrow from 0,0 to 1,1
I want to make a plot with just arrows and no other data. How can I do this. Right now, after setting arrows, I need to give something to ...
0
votes
1answer
23 views
Boxed label with background color
Howto plot a boxed label with a specific background color? (Like the legend box)
1
vote
1answer
36 views
Plotting dashed line
How to plot a dashed grey line using gnuplot? set style line 1 lt 2 lc rgb "grey" lw 1
I tried:
plot "-" using 1:2, \
"-" using 1:2, \
"-" using 1:2 ls 1,\
"-" using 1:2 ls 1
1.5 17
...
1
vote
0answers
151 views
how do I make gnuplot plot in a gui interface instead of inside of a terminal?
How do I change the plot function in ocatave to get the plots in a new gui interface..
I used to get the graphs in a white gui window and was able to see colors etc, but now in a different computer ...
0
votes
1answer
117 views
Gnuplot: Plotting data from two files after performing mathematical operation between them
I have
FileSFC1: contains certain data
FileSFC2: contains some other data
Now what I need to do is divide the second column of FileSFC1 with the second column of FileSFC2 and then plot this result. ...
0
votes
0answers
35 views
How to manually edit *.fig file outputted by GNUplot?
I am trying to plot colored multiplots in (w)gnuplot. I'm using fig terminal set term fig and outputting a fig file using set output file.fig command.
All the plots are black when I open file.fig ...
0
votes
0answers
100 views
Write data from 3d array to a text file for 4d plotting with gnuplot
I have an array u[i][j][k] with temperatures at a given spot. How should I write my data to a text file for plotting a 3d heat figure with gnuplot?
0
votes
1answer
33 views
Graphing a line with 2 x axes
I'm measuring performance of a program which calls lots of subroutines. I've output the cpu performance over time, and the time at which each subroutine is called.
I'd like to graph this in order to ...
1
vote
1answer
57 views
How do i insert discrete values like n = 1,2,3,4,5… in gnuplot
Hello i need to plot a function in gnuplot:
h(x) = ((sin(x/2))**2)/((sin(n*x/2))**2)
What i don't know is how to set
n = ...-2,-1,0,1,2...
or maybee
n = 1,2,3,4...
Soo how do i do this? ...
0
votes
1answer
75 views
Plotting an 'average' graph of 5 graphs
Suppose,
I have some data-points which define 5 different graphs like in the picture below.
How can I draw an average graph of these over the values of the y axis ?
I can not do it directly because ...
1
vote
1answer
81 views
Naming the legend entry in Gnuplot, while plotting from a data file
I am plotting a data file with six columns in gnuplot. If the plot of column 2 against column 1 is x(t), I want that line in the legend something like x(t), NOT what I currently get for column two ...
0
votes
1answer
119 views
Plotting squares, triangles and circles when using smooth bezier with gnuplot
I am usually using smooth bezier when plotting my data. It makes then easier to understand and also nicer to see. However, I would also like to plot circles, triangles and squares in the right place ...
0
votes
2answers
105 views
Missing label when converting eps to pdf
I use the following gnuplot script in order to plot a data file
reset
unset key
set size 1,1
set xrange [-10.1:11]
set yrange [-45:45]
set xlabel 'x'
set lmargin 6
set label 1 "~x{0.7.}" font ...
1
vote
1answer
282 views
Reading external data files in gnuplot
Well, this is a continuation of my previous question. As, I mentioned, the data files are produced from a Fortran code. All the data files contain two columns of data. In the Fortran code I use the ...
0
votes
1answer
32 views
Combine multiple data files in a single plot
I have several data files produced from a Fortran code. All the data files are following the same style regarding their names, that is: data###.out, where ### starts from 001 and ends to 500. I know ...
2
votes
1answer
36 views
Issue regarding colors in splot
I have gnuplot version 4.6 patchlevel 0 on Win XP 32bit. When I use splot in order to create three-dimensional plots, I encounter a problem and I would like to know if this is a bug of the new ...
0
votes
1answer
446 views
Plotting using multiple variables in gnuplot
I have a datafile with multiple columns, the first two indicating the position and the others indicating other properties (such as number of items sent from this point). eg:
1 1 1 57.11
2 1 2 ...
7
votes
4answers
890 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 ...
0
votes
1answer
220 views
fit a function to a histogram created with frequency in gnuplot
Intro
In gnuplot there's a solution to create histogram from file named hist.dat what likes
1
2
2
2
3
by using commands
binwidth=1
set boxwidth binwidth
bin(x,width)=width*floor(x/width) + ...
0
votes
1answer
114 views
How to plot a sparse data stream with curves
EDIT: I would like to make a plot based on the following code:
function one(varargin)
thresh = 200;
setenv GNUTERM 'x11';
x = [0.05:0.05:10];
x = transpose(x);
y = rand(200, 1);
...
0
votes
1answer
40 views
How can I add markers to implicit_plot?
The plot is generated by the following commands in Maxima. How can I add dots / markers at given coordinates?
load(implicit_plot);
ip_grid_in:[15,15]$
implicit_plot ([x^2 = y^3 - 3*y + 1, y=x^2], [x, ...
0
votes
0answers
201 views
Plotting a string of CSV data in realtime using Linux
I have a text file the is continuously updated with sensor data. Here is a sample:
12/28/2012 ...
1
vote
1answer
290 views
how to manipulation data with gnuplot's plot with a number stored in the same file?
I'd like to plot a histogram data already created, stored in hist.dat as:
#hist1
100
1
9
10
30
30
10
9
1
Where the (zeroth line is a comment), first line contains the summation of the y value of ...
1
vote
1answer
80 views
Give CPU more power to plot in Octave
I made this function in Octave which plots fractals. Now, it takes a long time to plot all the points I've calculated. I've made my function as efficient as possible, the only way I think I can make ...
0
votes
0answers
744 views
Include data points in gnuplot smooth
Having data as:
38 52.26
41 46.34
42 49.49
Using smooth lines; can I include the points on the graph line without plotting it twice?
Now I use:
plot "foo.dat" using ($0):2 smooth csplines title ...
0
votes
1answer
515 views
Gnuplot: add key outside plot without resizing plot
In gnuplot, I can put the key outside the plots using this command:
set key outside;
set key right top;
But as this page indicates, the placement of the key will automatically resize the plot area ...
0
votes
1answer
167 views
octave saveas undefined
I have an octave code
M = csvread('result.csv');
h=hist(M);
saveas(h,'hist.jpg');
I got error message
error: `saveas' undefined near line 11 column 1
I remember I did use saveas before. How ...
3
votes
1answer
442 views
gnuplot splot with equal axes: how to keep z axis on screen?
I am trying to draw a 3D surface plot using gnuplot, with all three axes scaled the same. The problem is the z axis keeps being drawn so the image doesn't fit on the screen. The following commands ...
3
votes
1answer
134 views
Display octave graph output in emacs?
When using the interactive octave prompt within emacs, plots appear in a new, separate window. (Worse, in my configuration, this window doesn't even raise itself to be seen, and can't be selected by ...
7
votes
1answer
457 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 ...
2
votes
1answer
626 views
How to move the color bar of a heatmap in gnuplot?
I'm plotting some heatmaps in gnuplot. It has the graph and a colorbar in the right side of the graph. But I wish to change it's position in the plot. Does anybody know the command to change the ...
0
votes
1answer
270 views
gnuplot and c++ and pipes [closed]
I am pretty new to all of this. Here is my problem.
I have the opening of a pipe to gnuolot from VS2010 c++ as per "FILE *p = _popen", this seems to work as I a graph appears eventually.
I have an ...
0
votes
0answers
156 views
Plotting multiple plots
I have some code which I run in Octave (but runs perfectly fine under matlab) that produces plots for me of the physics experiment I'm running. I've decided it would be good if I could produce a few ...
1
vote
1answer
105 views
plot surface of cusp catastrophe (with gnuplot)
Is it possible to plot the surface of the Cusp Catastrophe with Gnuplot? Here's a comparable plot.
The catastrophe is mathematically described by: V = x^4 + a*x^2 + b*x (Wikipedia, see above)
The ...
0
votes
1answer
72 views
Axes and title with Gnuplot
Please i ask how can modify tamisage.data using 1:2 with another label ,
and how can i please change echantillon with échantillon ?
Thank you.


