Gnuplot Definition and 43 Threads
-
GNUplot -- how to improve image definition?
Hi, I am used to plot data with the GNUplot software. This time I need to add an image to my plot. I did with the following line 'my_image.png' binary filetype=png center=(3.25,-9.1) dx=0.007 dy=0.0125 w rgbimage notitle but the final resolution of the picture is pretty bad compared to the...- dRic2
- Thread
- Definition Gnuplot Image
- Replies: 6
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
Maple GNUPLOT 'file1.dat 2nd column' vs 'file2.dat 1st column'
How can I plot 'file1.dat 2nd column' vs 'file2.dat 1st column' in Gnuplot? If someone can help me with what code I need to write to do it, it will be very helpful.- Abhisheko07
- Thread
- Column Gnuplot Maple Octave
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
B
How to format x axis to a smaller scale in Gnuplot?
So here is what I'm trying to do. The values on x-axis are from 10000, 20000, 30000, ... 100000. I'm trying to write it like this: 10, 20, 30, 40, ... 100 (only x axis) But how do I do this? I've tried those two examples How to scale the axis in Gnuplot, How to scale the axes in Gnuplot but...- bolzano95
- Thread
- Axis Format Gnuplot Scale
- Replies: 2
- Forum: Computing and Technology
-
X
I Percentiles and quartiles in the same graph
I don't know where to put this question. So, I am trying in this forum. I have this dataset [1] that contains the duration of an execution with an input size from 1.5GB to 6GB. This dataset also contains the percentile 5%, 95%, and the 1st and 3rd quartile. I am thinking in creating a gnuplot...- xeon123
- Thread
- Gnuplot Graph Percentile
- Replies: 1
- Forum: General Math
-
Plot 0s & 1s Matrix in GNUplot: Solve "No Usable Data" Error
I have a .txt file which is 50 rows x 50 columns filled with entirely 0's and 1's. I have tried to plot the data with and without spaces between each column. I keep getting this message: gnuplot> splot 'C:\Users\raf\Desktop\PolymerProject\monte carlo code\directionInitial.txt' with pm3d...- rolotomassi
- Thread
- Gnuplot Matrix Plot
- Replies: 4
- Forum: Programming and Computer Science
-
B
How To Download Gnuplot For Windows?
Which one to download (the installer) of below link of Gnuplot for Windows? http://www.gnuplot.info/download.html Does Gnuplot is a stand-alone program or do I need Latex to get Gnuplot to work?- basty
- Thread
- Gnuplot Windows
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
B
Learn How to Make a Math Graph with Gnuplot: Step-by-Step Tutorial
Can someone please show me a tutorial of how to make a math graph such as ##y = x^2## using Gnuplot?- basty
- Thread
- Gnuplot Tutorial
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
D
Gnuplot: How to plot a 2d colorplot of a 3d function
Hello, I have a data file created by an C++ Programm which creates the lines of the data file by an operation inside an loop data3dRnd << gsl_vector_get(x,0) << ' ' << gsl_vector_get(x,1) << ' ' << my_f(x,par) << endl << endl; where the entries of the gsl_vector x are doubles and...- DerBaer
- Thread
- 2d 3d Function Gnuplot Plot
- Replies: 2
- Forum: Programming and Computer Science
-
S
Gnuplot: reflexion of a graph in a quadrant to the other
Hello everyone, I have generated a graph in one quadrant and i need to generate the reflexion of it in the other quadrants. I need to generate a graph like the one found in (http://arxiv.org/pdf/astro-ph/0103143v1.pdf) figure 2. The figure below show the graph i have i one quadrant...- sketos
- Thread
- Gnuplot Graph
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
S
A light-cone diagram in Gnuplot
Hello, If you visit this link (http://maia.ice.cat/cosmocomp/bcn_workshop/woodward.pdf ) you will see in page 3 a light-cone diagram! How is it possible to generate it in GNUPLOT? Note: i have a "data.file" with points and the columms are: 1) z (redshift) 2)Right ascension (RA)...- sketos
- Thread
- Diagram Gnuplot
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
S
Gnuplot: x squared minimization method
Hello, I am using the x squared minimization method to compute two parametres in a function let's say (A,B) which correspondes to the minimum value of x^2. Now if i want to make a contour plot of A,B (A=x axis and B=y axis) for the values of x^2-x^2_(minimum)=1σ=2.3 what is the proper way...- sketos
- Thread
- Gnuplot Method Minimization
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
B
How Can I Show the Velocity Profile Gradient in a 2-D Plot Using GNUplot?
Homework Statement I have written a program that desribes seismic wave propagation in a medium that has been given a specific velocity profile equation. The velocity at a specific x and z co-ordinate of the ray path is defined by this particular equation, and of course the velocity will vary...- bert2002
- Thread
- Gnuplot
- Replies: 3
- Forum: Programming and Computer Science
-
S
How can I plot data points and a function with different x ranges in gnuplot?
Hello, How can i plot some data points in gnuplot and in the same plot a function, for example f(x)=0.2*x**(-0.6) plot [0:6] "data.dat" with errorbars, [0:2] f(x)- sketos
- Thread
- Gnuplot Range
- Replies: 5
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
S
Ploting graph with gnuplot: manually determine x axis
Hi there, It's the first time I am using gnuplot to plot a graph and I watched all sorts of tutorials and advices on google but I just can't find a good solution! Let me try to explain what the problem is... The experiment: I have a microphone and a speaker in closed box. The speaker is...- skrat
- Thread
- Axis Gnuplot Graph
- Replies: 4
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
R
How do I plot this periodic step function with GNUplot?
\sum_{k=0}^{∞} (t-2k) [u(t-2k)-u(t-2(k+1))] = f(t) where u is the step function and the graph of this is supposed to be 45 degree lines repeating to infinity. Sort of like / / / / / / / / / ad infinitum. I took this equation out of this lecture note on page 10. Fig 5.4 is supposedly the graph...- randombill
- Thread
- Function Gnuplot Periodic Plot Step function
- Replies: 4
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
S
Gnuplot Density Mapping: Tips and Tricks for Efficient Data Plotting
Hi all, I used below bash command to plot my data (.dat file) #!/bin/bash ( echo 'set term jpeg' echo 'set style data lines' echo 'set yrange [0:200]' echo 'set xrange[0:200]' echo 'set pm3d map' echo 'set palette defined (-2 "yellow", 0 "green", 2 "red")'for f in "$@" do # echo "Processing...- s_hy
- Thread
- Density Gnuplot Mapping
- Replies: 3
- Forum: Programming and Computer Science
-
P
Gnuplot: Plotting 3D Points with splot Command
Hello all, I am having an issue with the splot command in gnuplot. The format of the data I am trying to plot is shown below: 3.09411 71.75663 -2.17624 3.09238 67.64099 -1.94456 3.10106 73.70542 -2.85122 3.09494 75.71568 -3.49932 3.09846 75.29150 -1.14593 My...- physguy2
- Thread
- 3d Gnuplot Points
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
M
LaTeX Gnuplot: ylabels + ytics + LaTeX causes too much whitespace
I'm hoping someone can help me with the following problem. I have a .p file for generating a .eps file using gnuplot. I want both the y-axis label and the y-axis tics to be formatted using LaTeX. Getting this done is no problem. The problem I am having is that having both of these options...- Mute
- Thread
- Gnuplot Latex
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
H
How to Create a 2-D Contour Plot with Labels Using Gnuplot?
Hello with gnuplot I need to have 2d contour plot from a file (say ss.dat) with three column, first and secend columns are X and Y respectively and the third column is magnitude (I need to have this magnitude with labels on it in 2d plot). Thanks in advance Hamid- hamidamini
- Thread
- Contour plot Gnuplot Plot
- Replies: 3
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
D
Changing border size in gnuplot
I would like the frame in a gnuplot plot to be slightly larger than the range of x and y. For those who know e.g. SAS, there it can be specified with "offset" in the axis statement. Is there something similar in gnuplot? (Obviously it would be possible to restrict the range of the function...- DrDu
- Thread
- Gnuplot
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
D
LaTeX Quality graph with gnuplot and latex
I want to include graphics in a latex document, so I used various terminal (png, jpg) in gnuplot but when I include in latex, the result it isn't very good...i would coloured graph , so which terminal i can use? what pagkage i have to include in tex file? Thanks for helpers- dirac68
- Thread
- Gnuplot Graph Latex Quality
- Replies: 16
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
M
LaTeX GNUPlot generated EPS figure in latex
Dear Forum I would like to establish a workflow of how to include .eps graphics generated with gnuplot into Latex documents and it would be great if other could contribute to this. At the moment its like this. I plot some data with gnuplot and save it to a .eps file. However, the "white-space"...- mzh
- Thread
- Figure Gnuplot Latex
- Replies: 4
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
A
Issues in gnuplot: pm3d and dgrid3d
Dear All, I am using gnuplot to make plots from data files generated using a fortran program. Those data files are basically big lists of 3d coordinates, just like like (not my real data, just an example): 10.0 1.00 0.01 20.0 1.00 0.14 ... So, when I use splot, I...- abonatto
- Thread
- Gnuplot Issues
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
D
Differential equation in Derive and GNUPlot
Hi! I am looking for some help using Derive. I have a differential equation, you can see it in the third image (I wanted to use LaTeX to render it but apparently I can't post LaTeX in this section of the forum). The value of lambda is given in the first image. I know the function...- Davide82
- Thread
- Derive Differential Differential equation Gnuplot
- Replies: 12
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
P
Fort 77 and gnuplot iterative output jpegs
Hello, I have currently written a Fortran 77 simulation program that I need to display graphically for each timestep. So far it calls the system to have gnuplot open an include file that has the gnuplot script to plot from my data files and produce a jpeg. What I would like to do is have it...- ParticlesRule
- Thread
- Gnuplot Iterative Output
- Replies: 1
- Forum: Programming and Computer Science
-
A
How to plot and save many data files in GNUPLOT, inside a loop in a SHELL SCRIPT
Hi all I badly need some help... I plot a file output1.txt in the following way :: gnuplot> plot "output1.txt" using 1:2 with lines, \ plot "output1.txt" using 1:3 with lines BUT now I have many data files, output1.txt, output2.txt, output3.txt, ...,... ,output1000.txt I need to...- alice06
- Thread
- Data files Gnuplot Loop Plot Shell
- Replies: 1
- Forum: Programming and Computer Science
-
A
Mathematica Mathematica vs gnuplot vs matplotlib (efficency)
Hi, I'm currently working on a C program where I have a huge 2d array that changes with time, so in the end, what I have is a 3d array (double 25*24000*100) in a plain text file (about 700MB). I tried to import with Mathematica7 as a "Table" but after a long time (about 15 minutes) the kernel...- andresordonez
- Thread
- Gnuplot Mathematica Matplotlib
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
I
Gnuplot problems (maybe wrong category)
Hey, this might be the wrong place to ask this question but I have a few problems using gnuplot. The problem is that when using the epslatex terminal my labels on the axis dissapears. This is the code I am using set terminal latex or epslatex color or wxt set output "psifunc.tex" h =...- Inferior89
- Thread
- Gnuplot
- Replies: 2
- Forum: Engineering and Comp Sci Homework Help
-
V
Change Y-Variable to Ln Y in Gnuplot: How-To Guide for Linear Graphing
Is there an easy way to change your y-variable in Gnuplot to ln y without changing the source data file? I already tried "set log y" but that only changed the y-axis scale, not the actual y-values. Right now I'm plotting an exponential decay and I wanted to make it a linear graph (lny vs...- VenaCava
- Thread
- Gnuplot Ln
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
M
Can gnuplot create filled regions on one side of a parametric curve?
Hi everybody, 1) It is possible to fill region somehow on one side of a parametric curve with gnuplot? 2) It is possible to do multiple parametric plots with the command "plot for [i=1:10] ..."? 3) How can display calligraphic fonts with gnuplot? 4) How can I use points which are larger than...- mersecske
- Thread
- advanced Gnuplot
- Replies: 8
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
L
Combining Contour Plots in Gnuplot
I'm trying to combine several contour plots together onto the same graph in gnuplot. I know that I can just do something along the lines of splot "file1.dat" u 1:2:3 w lines, "file2.dat" u 1:2:3 w lines set contour base set no surface set view 0,0 However, when I do that, the data from...- linford86
- Thread
- Gnuplot Plots
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
A
Why Does Gnuplot Freeze When Plotting on Ubuntu 9.10?
Hi, I have a major problem with gnuplot, this is what happens: gnuplot> plot "results.data" using 1:2 with lines works fine, but when I want to make another plot like: gnuplot> plot "results.data" using 1:3 with lines the plot window freezes and when I try to close it says something...- andresordonez
- Thread
- Gnuplot Ubuntu
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
A
Fortran How to Call Gnuplot from Fortran to Plot Data Points?
hello. I have a fortran code that has data points as output. How do I get fortran to plot these data points using gnuplot? Is there a way to call the external program from within fortran? I am using fortran95, gfortran compiler. I'm on a windows machine, but I'm connected remotely to...- Abraham
- Thread
- Fortran Gnuplot
- Replies: 1
- Forum: Programming and Computer Science
-
A
Sending Gnuplot Output Data to a Different Directory
I have a simple question about Gnuplot: How do I send my output data to a different directory than my working (current) directory? I'd rather not have my input and output data in the same directory.- _Andreas
- Thread
- Gnuplot
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
D
Can't get gnuplot to work on mac
I've been trying for a bit to get gnuplot to run on my mac but it doesn't seem to work properly. I can get it to run but it doesn't seem to recognize x11 or aquaterm for some reason so I can't actually display and plots. When I type set term it brings up a list of available terms but neither of...- Dathascome
- Thread
- Gnuplot Mac Work
- Replies: 1
- Forum: Computing and Technology
-
N
How do I plot step functions in gnuplot?
Among the demos at the gnuplot website, I saw this - http://gnuplot.sourceforge.net/demo/steps.1.gnu, but it does not make much sense to me. :( Could someone tell me how to plot step functions from the command line, just like you would the usual functions? Specifically, I'd like to plot...- neutrino
- Thread
- Functions Gnuplot Plot
- Replies: 6
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
W
Gnuplot and adding function name to legend
Hi, I've searched endlessly for an answer to this seemingly simple question, without success. I am fitting a lot of data and I am plotting the data and the fit on the same graph. I would like to have gnuplot automatically add the function (with the values determined by the fit) to the legend...- wellcaffeinated
- Thread
- Function Gnuplot
- Replies: 8
- Forum: Computing and Technology
-
P
Plotting a Function in Gnuplot with Range: 0<z<3, -5<x<5, -5<y<5
I want to plot in gnuplot the function , with the range being: 0<z<3 -5<x<5 -5<y<5 What is the command? Thanks in advance, fellows.- Pessoa
- Thread
- Gnuplot Plotting
- Replies: 2
- Forum: Computing and Technology
-
G
Piecewise functions in Maxima or GNUplot
I managed to lay my grubby mitts on Maxima about a month ago (fantastic program), but having no prior knowledge of CAS software or programming I am stuggling trying to figure out how to draw piecewise defined functions either through maxima itself or the GNUplot command line window (I prefer the...- GregA
- Thread
- Functions Gnuplot Maxima
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help
-
N
How Do I Get Started with Gnuplot on Windows XP?
Hi All, I'm totally, competely and absolutely lost on how to use Gnuplot! I use Windows XP and I downloaded the zipped flie gnuplot-4.0.0.tar and unzipped it. (So, is the first step right? :confused: ) Now what do I next? I apologise for this apparently simple question, but I grew up in...- neutrino
- Thread
- Absolute Beginner Gnuplot
- Replies: 3
- Forum: Computing and Technology
-
D
Plot a straight line, parallell to the y-axis in gnuplot?
How do you plot a straight line, parallell to the y-axis in gnuplot? Something like: x = 20 ?- Dr-NiKoN
- Thread
- Gnuplot Line Plot Straight line
- Replies: 10
- Forum: Computing and Technology
-
H
Creating Graphs with Gnuplot: Frequency of Range Values
hi, i new to using the gnuplot program. I am trying to create a graph which will calculate the frequency for the range of values in a given column, and plot it as a histogram x-axis being range y-axis being frequency I have created it using excel...but couldn't not figure it out...- hakiran
- Thread
- Gnuplot Graph Program
- Replies: 1
- Forum: Computing and Technology
-
G
Display a cylindrical surface in 3D using gnuplot
I'm just beginning to learn to use gnuplot & can't figure out how to display a cylindrical surface in 3D. Even a simple one like x2 + y2 = 1 Oh, and how about a vertical plane? Anybody know how to do this?- gnome
- Thread
- 3d Cylindrical Gnuplot Surface
- Replies: 3
- Forum: Computing and Technology