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 to access Gnuplot's (auto)range values and modify them to add some margin?

Using the standard plot command, I get, what I want except that the yrange is set automatically from (eg) 275 to 300. …

gnuplot
gnuplot- printing fit parameters automatically

In gnuplot, is there a way to print the fit parameters automatically on the generated figure? For example, If I …

gnuplot
How to remove palette colors heatmap

Is possible if heatmap palette(small rectangle on the right) to be removed? this is my data a b c 1 181 80 121 10 34 20 2 18 20 17 20 13 20 3 12 20 5 30 20 20 …

gnuplot heatmap
Plotting Average curve for points in gnuplot

[Current] I am importing a text file in which the first column has simulation time (0~150) the second column has the …

gnuplot average
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. …

plot gnuplot heatmap colorbar
How set point type from data in gnuplot?

How set point type from data in gnuplot? gnuplot script: set terminal pngcairo size 640,480 set output "points.png" set style …

gnuplot points pt
How can I create a boxplot for each x value?

I have a plot with a set of points for different x values: 5 points for x=0.5, 5 points for x=0.6, ..., 5 points …

plot gnuplot points boxplot
Gnuplot Histogram Cluster (Bar Chart) with One Line per Category

Histogram Cluster / Bar Chart I'm trying to generate the following histogram cluster out of this data file with gnuplot, where …

gnuplot histogram bar-chart
How to set axis units in gnuplot

I'm trying to generate some schematic figures using gnuplot. My x scale is of angstrom and the y scale if …

gnuplot units-of-measurement
Removing blank gap in gnuplot multiplot

I am using multiplot in gnuplot to insert four graphs in the single figure. My code looks like this: set …

gnuplot