{"id":21937414,"url":"https://github.com/jacobth98/plotlatex","last_synced_at":"2026-05-04T19:38:36.944Z","repository":{"id":265081838,"uuid":"895031070","full_name":"JacobTh98/plotLaTeX","owner":"JacobTh98","description":"Package for exporting Python data to a LaTex plot.","archived":false,"fork":false,"pushed_at":"2025-01-14T09:48:13.000Z","size":2129,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-27T13:48:16.290Z","etag":null,"topics":["latex","matplotlib","plotting-in-python"],"latest_commit_sha":null,"homepage":"","language":"Python","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/JacobTh98.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-27T12:42:58.000Z","updated_at":"2025-01-14T09:48:16.000Z","dependencies_parsed_at":"2024-12-18T12:27:46.510Z","dependency_job_id":"bf2e3ae4-164a-4a57-85ca-b5cb8d6303f9","html_url":"https://github.com/JacobTh98/plotLaTeX","commit_stats":null,"previous_names":["jacobth98/plotlatex"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobTh98%2FplotLaTeX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobTh98%2FplotLaTeX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobTh98%2FplotLaTeX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobTh98%2FplotLaTeX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JacobTh98","download_url":"https://codeload.github.com/JacobTh98/plotLaTeX/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244967616,"owners_count":20539986,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["latex","matplotlib","plotting-in-python"],"created_at":"2024-11-29T01:19:43.208Z","updated_at":"2026-05-04T19:38:36.940Z","avatar_url":"https://github.com/JacobTh98.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# $\\text{plot}\\LaTeX$\n\nThe `plotLaTeX` package is a recent project to make exporting Python data to a LaTex plot easier.\n\n## Examples\n\n**[Line](examples/LinePlot.ipynb)**\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"images/example_line_plot.png\" alt=\"Fig1\" width=\"1000px\"\u003e\n\u003c/p\u003e\n\n**[Histogram](examples/HistPlot.ipynb)**\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"images/example_hist_plot.png\" alt=\"Fig2\" width=\"1000px\"\u003e\n\u003c/p\u003e\n\n**[Boxplot](examples/BoxPlot.ipynb)**\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"images/example_box.png\" alt=\"Fig3\" width=\"1000px\"\u003e\n\u003c/p\u003e\n\n**[Barplot](examples/BarPlot.ipynb)**\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"images/example_sbar_plot.png\" alt=\"Fig4\" width=\"1000px\"\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"images/example_mbar_plot.png\" alt=\"Fig5\" width=\"1000px\"\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"images/example_stbar_plot.png\" alt=\"Fig6\" width=\"1000px\"\u003e\n\u003c/p\u003e\n\n**[Stemplot](examples/StemPlot.ipynb)**\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"images/example_stem.png\" alt=\"Fig7\" width=\"1000px\"\u003e\n\u003c/p\u003e\n\n**[Scatterplot](examples/ScatterPlot.ipynb)**\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"images/example_scatter.png\" alt=\"Fig8\" width=\"1000px\"\u003e\n\u003c/p\u003e\n\n**[Scatterplot](examples/ScatterPlot.ipynb)**\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"images/example_scatter.png\" alt=\"Fig8\" width=\"1000px\"\u003e\n\u003c/p\u003e\n\n**[Confusion Matrix](examples/ConfusionMatrix.ipynb)**\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"images/example_cm.png\" alt=\"Fig9\" width=\"1000px\"\u003e\n\u003c/p\u003e\n\n**TBD**\n\n- 3D scatter\n- Poles Zeros plot\n\n## Installation\n\nAt the moment, no [pip](https://pypi.org/) release is available. Probably in the future...\n\nTo use the package\n\n1. **Clone the repository**  \n   Open a terminal or command prompt and clone the repository using the following command:\n   ```bash\n   git clone https://github.com/JacobTh98/plotLaTeX.git\n\n2. **Navigate to the directory**  \n   Change into the directory of the cloned repository:\n   ```bash\n   cd plotLaTeX\n\n3. **Install dependencies**\n   ```bash\n   pip install -r requirements.txt\n\n4. **Install the package locally**  \n   Install the Python package in editable mode using the following command:\n   ```bash\n   pip install -e .\n\n## Call for Collaboration\n\nI welcome all ideas and new pull requests.\nIf you have any ideas or problems, don't hesitate to contact me.\n\nEmail: `jacob.thoenes@uni-rostock.de`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacobth98%2Fplotlatex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjacobth98%2Fplotlatex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacobth98%2Fplotlatex/lists"}