GitPedia

Gnuplot examples

GNUPlot Examples

From TheFox·Updated May 20, 2026·View on GitHub·

**gnuplot examples** is a GNUPlot Examples The project is written primarily in Gnuplot, distributed under the The Unlicense license, first published in 2015. Key topics include: candlesticks, examples, gnuplot, headmap, public-domain.

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

Contributors

Showing top 1 contributor by commit count.

View all contributors on GitHub →

This article is auto-generated from TheFox/gnuplot-examples via the GitHub API.Last fetched: 6/27/2026