Top "Gnuplot" questions

Gnuplot is a portable command-line driven graphing utility for linux, OS/2, MS Windows, OSX, VMS, and many other platforms.

How can i reduce the linear fit plot to a certain interval?

what i do is to fit two linear function´s to my data. i know how to select the data …

gnuplot data-fitting
using gnuplot-iostream.h in C++

I am trying to plot data using gnuplot through a C++ program. I followed the steps from http://www.stahlke.…

c++ gnuplot gnuplot-iostream
gnuplot: only integer values on axis x

How can I visualize on axis x only the integer values? I plot the function described in a file like …

integer gnuplot granularity
Gnuplot: how to plot max and /or min value

How can I show the max. and/or the min. value(s) of of a graph in a plot at …

max gnuplot minimum
GNUPLOT: How to set reverse HOT color palette

Here is the example in http://gnuplot.sourceforge.net/demo/pm3dcolors.html set palette rgb 21,22,23; set title "hot (black-red-yellow-white)"; …

colors gnuplot palette
3-Dimensional Plot in GnuPlot where color is a fourth column in my data file?

I have a datafile that looks like this: 1 2 3 0.5 2 8 9 0.2 3 4 78 0.4 6 5 7 0.01 9 9 9 0.3 10 12 18 0.9 6 8 4 1 I would like to do a graph like this http://2.bp.blogspot.…

graph colors gnuplot 4d
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? …

pdf unicode latex gnuplot cairo
How to open gnuplots in full screen and a particular size?

I am plotting graphs in gnuplot and would like to open them in full screen and a particular size. Previously, …

output gnuplot
Simple plot with pgfplots and LaTeX

I've just been searching like an hour on how to draw a simple function in LaTeX, for example f(x)=…

latex gnuplot tikz pgf
how to automatically sort the x values in gnuplot

When I try to plot something with linespoints, unless the values that go to the x axis are already sorted …

sorting gnuplot