Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

pyfcf is a package to create standardized, publication quality matplotlib figures. It is partcularly useful for creating figures where the axis are a specfic size, allowing standardization between figures in e.g., papers, charts, or posters.

Installation

Requirements:

  • maptlotlib

To install:

  pip install pyfcf

Examples

Initialize basic matplotlib settings:

pyfcf.setup_matplotlib()

See examples/ folder.

Development

Tests

python -m unittest discover -s tests

Build

You need additional package build wheel and twine. Make sure that everything is up to date and then

  pip install --upgrade build wheel twine
  python3 -m build
  python3 -m twine upload --repository testpypi dist/*

About

A package to create standardized, publication quality matplotlib figures.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages