LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

gnuplot

command-driven graphing and plotting utility

TLDR

Start interactive mode
$ gnuplot
copy
Run script
$ gnuplot [script.gp]
copy
Quick plot
$ gnuplot -e "plot sin(x)"
copy
Persist window
$ gnuplot -p -e "plot sin(x)"
copy
Set terminal
$ gnuplot -e "set terminal png; set output 'plot.png'; plot sin(x)"
copy

SYNOPSIS

gnuplot [options] [files]

DESCRIPTION

gnuplot is a command-driven graphing utility for creating 2D and 3D plots of functions and data. It supports many output formats for publication-quality graphics.The tool uses its own scripting language for plot customization. It supports terminals for X11, PNG, PDF, SVG, and many others. It is widely used in scientific visualization and data analysis.

PARAMETERS

FILES

Script files to run.
-e COMMAND
Execute command.
-p, --persist
Keep window after script.
-c FILE
Call script with args.
--help
Display help information.

CONFIGURATION

~/.gnuplot

Initialization file executed on startup, used for default settings and custom functions.

INSTALL

sudo dnf install gnuplot
copy
sudo pacman -S gnuplot
copy
sudo apk add gnuplot
copy
sudo zypper install gnuplot
copy
brew install gnuplot
copy
nix profile install nixpkgs#gnuplot
copy

CAVEATS

Learning curve for advanced features. Script syntax unique to gnuplot. Many terminal types available.

HISTORY

gnuplot was created in 1986 by Thomas Williams and Colin Kelley, becoming a standard tool for scientific and technical plotting.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid