Top "Gnuplot" questions

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

Choosing line type and color in Gnuplot 4.0

I have two pairs of datasets, which I need to plot using Gnuplot. I want the first pair to be …

gnuplot
Histogram using gnuplot?

I know how to create a histogram (just use "with boxes") in gnuplot if my .dat file already has properly …

gnuplot histogram binning
gnuplot : plotting data from multiple input files in a single graph

I am trying to plot a graph using gnuplot. I have six text files. Each text file contains two columns. …

gnuplot
Gnuplot line types

How do I draw different types of lines on gnuplot? I got to draw different colors. My script joins several …

gnuplot
How do you plot bar charts in gnuplot?

How do you plot bar charts in gnuplot with text labels?

graph charts plot gnuplot bar-chart
Plotting using a CSV file

I have a csv file which has 5 entries on every row. Every entry is whether a network packet is triggered …

csv graph gnuplot
How to pass command line argument to gnuplot?

I want to use gnuplot to draw figure from data file, say foo.data. Currently, I hardcoded the data file …

command-line gnuplot
Pointtype command for gnuplot

I'm having trouble using the pointtype command on gnuplot. I've tried several ways such as: set pt 5 set pointtype 5 plot " " …

types gnuplot point pt
gnuplot plotting multiple line graphs

I have the following dat file, named ls.dat: # Gnuplot script file for "ls" # Version Removed Added Modified 8.1 0 0 0 8.4 0 0 4 8.5 2 5 9 8.6 2 7 51 8.7 2 7 51 8.8 2 7 51 8.9 2 7 51 8.10 2 7 51 8.11 2 8 112 8.12 2 8 112 8.13 2 17 175 8.17 6 33 213 I am …

gnuplot
How to create a data file for gnuplot?

I'm trying to make a graph with gnuplot. I specified my xrange, yrange, and labels, but when I typed in …

gnuplot