Languages Features Creators CSV Resources Challenges Add Language
GitHub icon

Gnuplot

Gnuplot - Programming language

< >

Gnuplot is a programming language created in 1986.

#294on PLDB 37Years Old 901Users
3Books 0Papers 2kRepos

Try now: Riju · TIO

gnuplot is a command-line program that can generate two- and three-dimensional plots of functions, data, and data fits. It is frequently used for publication-quality graphics as well as in education. The program runs on all major computers and operating systems (Linux, Unix, Microsoft Windows, macOS, and others). Read more on Wikipedia...


Example from Riju:
print "Hello, world!"
Example from Linguist:
#!/usr/bin/env gnuplot reset set terminal png set output 'rates100.png' set xlabel "A2A price" set ylabel "Response Rate" #set xr [0:5] #set yr [0:6] plot 'rates100.dat' pt 7 notitle
Example from Wikipedia:
set title "Some Math Functions" set xrange [-10:10] set yrange [-2:2] set zeroaxis plot (x/4)**2, sin(x), 1/x

Language features

Feature Supported Token Example
Print() Debugging ✓ print

Books about Gnuplot from ISBNdb

title authors year publisher
gnuplot Cookbook Phillips, Lee 2012 Packt Publishing
Gnuplot in Action: Understanding Data with Graphs Philipp K. Janert 2009 Manning Publications
gnuplot Cookbook Phillips, Lee 2012 Packt Publishing
base64.html · gnuplot.html · xojo.html

View source

- Build the next great programming language · Search · Day 209 · About · Blog · Acknowledgements · Traffic · Traffic Today · GitHub · feedback@pldb.com