Gnuplot Examples Save

GNUPlot Examples

Project README

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

Open Source Agenda is not affiliated with "Gnuplot Examples" Project. README Source: TheFox/gnuplot-examples
Stars
67
Open Issues
0
Last Commit
4 years ago
Homepage

Open Source Agenda Badge

Open Source Agenda Rating