Skip to content

JacobTh98/plotLaTeX

Repository files navigation

$\text{plot}\LaTeX$

The plotLaTeX package is a recent project to make exporting Python data to a LaTex plot easier.

Examples

Line

Fig1

Histogram

Fig2

Boxplot

Fig3

Barplot

Fig4

Fig5

Fig6

Stemplot

Fig7

Scatterplot

Fig8

TBD

  • 3D scatter
  • Poles Zeros plot

Installation

At the moment, no pip 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:
    git clone https://github.com/JacobTh98/plotLaTeX.git
    
  2. Navigate to the directory
    Change into the directory of the cloned repository:
    cd plotLaTeX
    
  3. Install dependencies
    pip install -r requirements.txt
    
  4. Install the package locally
    Install the Python package in editable mode using the following command:
    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: jacob.thoenes@uni-rostock.de

About

Package for exporting Python data to a LaTex plot.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages