Top "Gnuplot" questions

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

Clustered bar plot in gnuplot

I have a simple result table which I want to plot as a clustered histogram plot in gnuplot. The data …

plot gnuplot bar-chart
Determine min and max in gnuplot

I am new to gnuplot and i am trying to determine the mina nd max from a datafile and afterwards …

gnuplot max min
Gnuplot x-axis resolution

I'm trying to plot in gnuplot a log-periodic function: cos((log(abs(t-Tc))*PI/log10(lambda) ) + phi) But because of …

gnuplot
Gnuplot: plot with circles of a defined radius

I know on gnuplot you can plot some data with circles as the plot points: plot 'data.txt' using 1:2 ls 1 …

plot geometry gnuplot
loop over array in gnuplot

This question is related to Loop structure inside gnuplot? and the answer there by DarioP. gnuplot 4.6 introduced the do command. …

arrays loops for-loop gnuplot
Gnuplot minimum and maximum boundaries for autoscaling

How can I limit the autoscaling of gnuplot, so that, as example for the y-max, it is at least a …

plot gnuplot scaling autoscaling
Gnuplot, description distance to axis

How can I get a fixed distance in gnuplot from the border of my graph to the description? When I …

label gnuplot axis
Gnuplot: line opacity / transparency?

I am using Gnuplot to successfully plot some time series data. However, the series are fairly dense (10,000's of samples …

gnuplot
Making x-axis tics from column in data file in Gnuplot

I have a data file in the following format. /foo.jsp 1234 /bar.jsp 6653 /foobar.jsp 9986 /bar.jsp 2221 /foo.jsp 5643 I …

plot gnuplot
Treat axis as date/time (epoch)

I'm generating a graph with gnuplot of activity over the last twenty four hours, but the time axis looks really …

gnuplot graphing epoch