gnuplot

A graph plotter that outputs in several formats. More information: <http://www.gnuplot.info/>.

Debian Debian
RUN apt-get update && \ apt-get install -y gnuplot
Ubuntu
RUN apt-get update && \ apt-get install -y gnuplot
Alpine
RUN apk add gnuplot
Arch Arch Linux
RUN pacman -S --noconfirm gnuplot
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y gnuplot
CentOS
RUN yum install -y gnuplot
Fedora
RUN dnf install -y gnuplot
Raspbian
RUN apt-get update && \ apt-get install -y gnuplot
click the source code to copy install gnuplot on any operating system with command-not-found.com