Skip to content

TheFox/gnuplot-examples

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
img
 
 
 
 
 
 
 
 
 
 
 
 

GNUPlot Examples

Collection of GNUPlot examples.

Default Line

Using column 1 and 2 from data/line.dat.

plot 'data/line.dat' using 1:2

Line Width 3

Line (1/100)

Using the same as Default Line but scaling y with 1/100 of the original value.

plot 'data/line.dat' using 1:($2/100)

Line Average

Line Sum

Lines

Points

Date

Time

DateTime

Headmap

Gantt

Y Error Bars

Candlesticks

Timeline

Impulse

Histogram Clustered

Histogram Rowstacked