{"id":37841090,"url":"https://github.com/gitrust/docker.gnuplot","last_synced_at":"2026-01-16T16:00:19.121Z","repository":{"id":204953344,"uuid":"582335635","full_name":"gitrust/docker.gnuplot","owner":"gitrust","description":"Dockerfile for gnuplot","archived":false,"fork":false,"pushed_at":"2022-12-27T12:46:21.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-11-01T19:33:09.176Z","etag":null,"topics":["docker","gnuplot"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gitrust.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-12-26T13:55:01.000Z","updated_at":"2023-11-01T19:33:10.342Z","dependencies_parsed_at":null,"dependency_job_id":"b2557653-53ba-442e-81f9-4a077844a27a","html_url":"https://github.com/gitrust/docker.gnuplot","commit_stats":null,"previous_names":["gitrust/docker.gnuplot"],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/gitrust/docker.gnuplot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitrust%2Fdocker.gnuplot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitrust%2Fdocker.gnuplot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitrust%2Fdocker.gnuplot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitrust%2Fdocker.gnuplot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gitrust","download_url":"https://codeload.github.com/gitrust/docker.gnuplot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitrust%2Fdocker.gnuplot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28479453,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","gnuplot"],"created_at":"2026-01-16T16:00:13.403Z","updated_at":"2026-01-16T16:00:18.952Z","avatar_url":"https://github.com/gitrust.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Description\n\nThis is a [gnuplot](http://www.gnuplot.info) (v5.4.5) docker image based on [alpine](https://hub.docker.com/_/alpine) (v3.17.0).\n\n# Quick Start\n\n```\ndocker pull gitrust/gnuplot\n\ndocker run --rm -v $(pwd):/home/docker:rw gitrust/gnuplot\n```\n\n# Reference\n\n- https://github.com/gitrust/docker.gnuplot\n- https://hub.docker.com/repository/docker/gitrust/gnuplot\n- http://www.gnuplot.info\n- https://pango.gnome.org\n- https://gnuplot.sourceforge.net/demo\n\n# Usage examples\n\n```\ndocker run --rm -v $(pwd):/home/docker:rw gitrust/gnuplot\n```\n\nAn example with a script\n```\ndocker run --rm -v $(pwd):/home/docker:rw gitrust/gnuplot -e \"set terminal png; set output 'out.png'; plot sin(x); replot\"\n```\n\nPlotting a chart using a gnu source file\n```\ndocker run --rm -v $(pwd):/home/docker:rw gitrust/gnuplot chart.gnu\n```\n\n# Build Configuration\n\ngnuplot was compiled with additional plugins and tool support\n\nSupport for \n\n- cairo (cairo terminals)\n- pango (library for text layout and rendering)\n- libgd (Font handling for the png, gif, jpeg, and sixelgd terminals)\n\nOptions compiled into gnuplot binary\n\n```\n$ docker run --rm -v $(pwd):/home/docker:rw gitrust/gnuplot -e \"show version long\"\n\n        G N U P L O T\n        Version 5.4 patchlevel 5    last modified 2022-09-28\n\n        Copyright (C) 1986-1993, 1998, 2004, 2007-2022\n        Thomas Williams, Colin Kelley and many others\n\n        gnuplot home:     http://www.gnuplot.info\n        faq, bugs, etc:   type \"help FAQ\"\n        immediate help:   type \"help\"  (plot window: hit 'h')\n\nCompile options:\n    -READLINE  +LIBREADLINE  +HISTORY\n    +OBJECTS  +STATS +EXTERNAL_FUNCTIONS\n    +LIBCERF  +GD_PNG  +GD_JPEG  +GD_TTF  +GD_GIF  +ANIMATION\n    -USE_CWDRC  +X11  +USE_MOUSE  +HIDDEN3D_QUADTREE\n    64-bit integer arithmetic\n\nGNUPLOT_DRIVER_DIR = \"/usr/local/libexec/gnuplot/5.4\"\nGNUPLOT_PS_DIR     = \"/usr/local/share/gnuplot/5.4/PostScript\"\nHELPFILE           = \"/usr/local/share/gnuplot/5.4/gnuplot.gih\"\n```\n\n# Available terminal types\n\n```\n       cairolatex  LaTeX picture environment using graphicx package and Cairo backend\n           canvas  HTML Canvas object\n              cgm  Computer Graphics Metafile\n          context  ConTeXt with MetaFun (for PDF documents)\n          domterm  DomTerm terminal emulator with embedded SVG\n             dumb  ascii art for anything that prints text\n              dxf  dxf-file for AutoCad (default size 120x80)\n              emf  Enhanced Metafile format\n         epscairo  eps terminal based on cairo\n         epslatex  LaTeX picture environment using graphicx package\n              fig  FIG graphics language V3.2 for XFIG graphics editor\n              gif  GIF images using libgd and TrueType fonts\n             hpgl  HP7475 and relatives [number of pens] [eject]\n             jpeg  JPEG images using libgd and TrueType fonts\n               mf  Metafont plotting standard\n               mp  MetaPost plotting standard\n             pcl5  PCL5e/PCL5c printers using HP-GL/2\n         pdfcairo  pdf terminal based on cairo\n           pict2e  LaTeX2e picture environment\n              png  PNG images using libgd and TrueType fonts\n         pngcairo  png terminal based on cairo\n       postscript  PostScript graphics, including EPSF embedded files (*.eps)\n          pslatex  LaTeX picture environment with PostScript \\specials\n            pstex  plain TeX with PostScript \\specials\n         pstricks  LaTeX picture environment with PSTricks macros\n          sixelgd  sixel using libgd and TrueType fonts\n              svg  W3C Scalable Vector Graphics\n          tek40xx  Tektronix 4010 and others; most TEK emulators\n          tek410x  Tektronix 4106, 4107, 4109 and 420X terminals\n          texdraw  LaTeX texdraw environment\n         tkcanvas  Tk canvas widget\n          unknown  Unknown terminal type - not a plotting device\n            vttek  VT-like tek40xx terminal emulator\n              x11  X11 Window System interactive terminal\n             xlib  X11 Window System (dump of gnuplot_x11 command stream)\n            xterm  Xterm Tektronix 4014 Mode\n```\n\n# Available Fonts\n\nAdditional installed Microsoft TrueType core fonts\n\n```\nAndale Mono\nArial Black\nArial (Bold, Italic, Bold Italic)\nComic Sans MS (Bold)\nCourier New (Bold, Italic, Bold Italic)\nGeorgia (Bold, Italic, Bold Italic)\nImpact\nTimes New Roman (Bold, Italic, Bold Italic)\nTrebuchet (Bold, Italic, Bold Italic)\nVerdana (Bold, Italic, Bold Italic)\nWebdings\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitrust%2Fdocker.gnuplot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgitrust%2Fdocker.gnuplot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitrust%2Fdocker.gnuplot/lists"}