This package contains a styling theme for creating Tourism Economics plots in Python. The package assumes that plots are produced using matplotlib.
-
Install font files. Install Lato font from the
fonts
directory. -
Install styles package by typing
pip install testyles
. -
Import the styles into your project or notebook
from testyles import styles
styles.init_styles()
- Create your plots.
See examples.ipynb
for a demo.
Contact Jack Minchin for any assistance using this package.