{"id":15517066,"url":"https://github.com/deric/gnuplot-sty","last_synced_at":"2026-01-19T02:31:45.527Z","repository":{"id":2807585,"uuid":"3808606","full_name":"deric/gnuplot-sty","owner":"deric","description":"A LaTeX package for including gnuplot into documents","archived":false,"fork":false,"pushed_at":"2012-03-23T14:46:01.000Z","size":112,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-04T10:33:23.214Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deric.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-03-23T13:35:20.000Z","updated_at":"2019-08-13T14:59:23.000Z","dependencies_parsed_at":"2022-09-15T23:02:41.292Z","dependency_job_id":null,"html_url":"https://github.com/deric/gnuplot-sty","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/deric/gnuplot-sty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deric%2Fgnuplot-sty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deric%2Fgnuplot-sty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deric%2Fgnuplot-sty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deric%2Fgnuplot-sty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deric","download_url":"https://codeload.github.com/deric/gnuplot-sty/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deric%2Fgnuplot-sty/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28558229,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T00:46:33.223Z","status":"online","status_checked_at":"2026-01-19T02:00:08.049Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-02T10:11:10.725Z","updated_at":"2026-01-19T02:31:45.511Z","avatar_url":"https://github.com/deric.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"Gnuplot-sty\n===========\n\nA simple LaTeX package for including gnuplot charts into a document.\n\nInstall\n-------\nPlace `gnuplot.sty` either to same folder as your document or (for system wide install) copy the file to TeX distrubution folder.\n\n- on Debian like distros:\n  \n    sudo mkdir /usr/share/texmf-texlive/tex/latex/gnuplot\n    sudo cp gnuplot.sty /usr/share/texmf-texlive/tex/latex/gnuplot/gnuplot.sty\n    sudo texhash\n\nUsage\n-----\n\nInsert following into your preamble:\n\n    \\usepackage[pdftex]{graphicx} \n    \\usepackage{gnuplot}\n\n\nTest plot:\n\n    \\begin{gnuplot}[scale=0.9]{test}\n\ttest\n    \\end{gnuplot}\n\nBy default output format is pdf and it's stored in same folder as your LaTeX document. If you want to change this,\ndefine a directory name (this directory must exists):\n\n      \\def\\gnuplotDir{gnuplot}\n\nCompile\n--------\n\nTo make it work, you have to add `-shell-escape` option to `pdflatex`\n\n    pdflatex -shell-escape *.tex\n\nIt allows `pdflatex` to execute bash commands which is generally unsafe option. Make sure that `gnuplot.sty` does not containg any `rm -rf` commands :) \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderic%2Fgnuplot-sty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fderic%2Fgnuplot-sty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderic%2Fgnuplot-sty/lists"}