Skip to content

jbrillon/quickplotlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quick Plotting Library

Library for quickly plotting with just 1 line of code by parameterizing Matplotlib commands. In addition, plots will always have consistent formatting.

Examples:

Dependencies:

This library requires the installation of the LaTeX font libraries locally.

On a clean install of Ubuntu 20.04, you may run the following script: https://github.com/jbrillon/quickplotlib/blob/master/doc/install_ubuntu2004.sh

If you encounter compile errors, there are likely related to the LaTeX dependencies; as a solution, comment the following lines in lib/quickplotlib.py:
matplotlibrc('text.latex', preamble='\usepackage{color}')
matplotlibrc('text', usetex=True)
matplotlibrc('font', family='serif')

About

Python library for quickly plotting with just one line of code.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages