Skip to content

atsuyukiy/gnuplot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gnuplot

Alpine Linux based gnuplot v5.4.3

Repositories:

Supported Tags

  • 5.4.3, latest
  • cjk: gnuplot v5.4.3 with cjk fonts.
  • slim: gnuplot v5.4.2 built with official package (a few x 10MB).

Quick Start

docker run --rm -v /your/project:/var/gnuplot atsuyukiy/gnuplot plot.file

Build Image with Specific Gnuplot Version

Pull dockerfile from GitHub repository

git pull https://github.com/atsuyukiy/gnuplot.git

Build docker image

docker build -t gnuplot:x.x.x --build-arg VERSION=x.x.x ./