Skip to content

Commit e134919

Browse files
committed
fix: update README to clarify package description and emphasize zero dependency
1 parent 33646d7 commit e134919

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![PyPI - Version](https://img.shields.io/pypi/v/physics-plot)](https://pypi.org/project/physics-plot/)
44
[![PyPI - Downloads](https://img.shields.io/pypi/dm/physics-plot)](https://pypi.org/project/physics-plot/)
55

6-
`physics-plot` is a lightweight python package shipping a [Matplotlib style sheet](https://matplotlib.org/stable/gallery/style_sheets/style_sheets_reference.html) called [`pp_base.mplstyle`](https://github.com/c0rychu/physics-plot/blob/main/src/physics_plot/pp_base.mplstyle) and a few helper functions to create publication-quality plots with minimal effort.
6+
`physics-plot` is essentially a zero dependency python package shipping a Matplotlib style sheet [`pp_base.mplstyle`](https://github.com/c0rychu/physics-plot/blob/main/src/physics_plot/pp_base.mplstyle) to create publication-quality plots with minimal effort. In addition, a few optional helper classes are provided.
77

88
- [Documentation](https://c0rychu.github.io/physics-plot/)
99
- [PyPI](https://pypi.org/project/physics-plot/)

0 commit comments

Comments
 (0)