We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc1439f commit 6be6808Copy full SHA for 6be6808
README.md
@@ -5,6 +5,13 @@ matplotview provides a simple interface for creating "views" of matplotlib
5
axes, providing a simple way of displaying overviews and zoomed views of
6
data without plotting data twice.
7
8
+## Installation
9
+
10
+You can install matplotview using pip:
11
+```bash
12
+pip install matplotview
13
+```
14
15
## Usage
16
17
matplotview provides two methods, `view`, and `inset_zoom_axes`. The `view`
0 commit comments