Skip to content

Commit 6be6808

Browse files
Add install section to readme.
1 parent bc1439f commit 6be6808

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ matplotview provides a simple interface for creating "views" of matplotlib
55
axes, providing a simple way of displaying overviews and zoomed views of
66
data without plotting data twice.
77

8+
## Installation
9+
10+
You can install matplotview using pip:
11+
```bash
12+
pip install matplotview
13+
```
14+
815
## Usage
916

1017
matplotview provides two methods, `view`, and `inset_zoom_axes`. The `view`

0 commit comments

Comments
 (0)