gnuplot
A graph plotter that outputs in several formats. More information: <http://www.gnuplot.info/>.
RUN apt-get update && \
apt-get install -y gnuplot
RUN apt-get update && \
apt-get install -y gnuplot
RUN apk add gnuplot
RUN pacman -S --noconfirm gnuplot
RUN apt-get update && \
apt-get install -y gnuplot
RUN yum install -y gnuplot
RUN dnf install -y gnuplot
RUN apt-get update && \
apt-get install -y gnuplot