https://github.com/jacobth98/plotlatex
Package for exporting Python data to a LaTex plot.
https://github.com/jacobth98/plotlatex
latex matplotlib plotting-in-python
Last synced: 3 months ago
JSON representation
Package for exporting Python data to a LaTex plot.
- Host: GitHub
- URL: https://github.com/jacobth98/plotlatex
- Owner: JacobTh98
- Created: 2024-11-27T12:42:58.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-01-14T09:48:13.000Z (5 months ago)
- Last Synced: 2025-01-27T13:48:16.290Z (5 months ago)
- Topics: latex, matplotlib, plotting-in-python
- Language: Python
- Homepage:
- Size: 2.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# $\text{plot}\LaTeX$
The `plotLaTeX` package is a recent project to make exporting Python data to a LaTex plot easier.
## Examples
**[Line](examples/LinePlot.ipynb)**
![]()
**[Histogram](examples/HistPlot.ipynb)**
![]()
**[Boxplot](examples/BoxPlot.ipynb)**
![]()
**[Barplot](examples/BarPlot.ipynb)**
![]()
![]()
![]()
**[Stemplot](examples/StemPlot.ipynb)**
![]()
**TBD**
- 3D scatter
- Poles Zeros plot## Installation
At the moment, no [pip](https://pypi.org/) release is available. Probably in the future...
To use the package
1. **Clone the repository**
Open a terminal or command prompt and clone the repository using the following command:
```bash
git clone https://github.com/JacobTh98/plotLaTeX.git2. **Navigate to the directory**
Change into the directory of the cloned repository:
```bash
cd plotLaTeX3. **Install dependencies**
```bash
pip install -r requirements.txt4. **Install the package locally**
Install the Python package in editable mode using the following command:
```bash
pip install -e .## Call for Collaboration
I welcome all ideas and new pull requests.
If you have any ideas or problems, don't hesitate to contact me.Email: `[email protected]`