Skip to content

This python package provides tools to produce pgf figures to be used with LaTeX. Also on GitLab:

License

Notifications You must be signed in to change notification settings

lucastorterotot/ltLaTeXpyplot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ltLaTeXpyplot python package

This package is under development for the moment!

pipeline status coverage report GitHub commit activity GitHub last commit GitHub Python Version matplotlib Version

Introduction

This package for Python 3.x provides tools to produce easily pgf figures to be used with LaTeX with a pre-defined theme.

Installation

  1. Go in a directory where you want to install this repository and clone it:
  • by ssh if you have a key:
git clone git@gitlab.com:lucastorterotot/ltLaTeXpyplot.git --origin lucas
  • else by https:
git clone https://gitlab.com/lucastorterotot/ltLaTeXpyplot.git --origin lucas
  1. Run the provided installation script:
./ltLaTeXpyplot/install
  1. Install required Python3 modules:
apt-get update
apt-get install python3-numpy python3-scipy python3-matplotlib
  1. You might want the most up-to-date version of matplotlib:
apt-get install python3-pip
python3 -m pip install matplotlib --upgrade
  1. As LaTeX rendering is used along with some packages, texlive is also required. One could either make a minimal installation with
apt-get install texlive texlive-latex-extra texlive-science

or use a full (but heavier) installation with

apt-get install texlive-full

Usage

See the examples in this directory.

About

This python package provides tools to produce pgf figures to be used with LaTeX. Also on GitLab:

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published