Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 676 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 676 Bytes

USGS Matplotlib Stylesheet

Style sheet to conform to USGS standards

Installation

git clone https://github.com/USGS-python/usgs-matplotlib-stylesheet.git
cd usgs-matplotlib-stylesheet
python install.py

Use

import matplotlib.pyplot as plt

plt.style.use('usgs')

Contributions

This stylesheet is neither comprehensive nor does it adhere precisely to some USGS graphics standards. Your contributions and comments are welcome, as long as they conform to USGS graphics standards.

Resources

https://matplotlib.org/users/customizing.html https://matplotlib.org/users/style_sheets.html