Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
OscarPellicer committed Mar 5, 2021
1 parent ffa2290 commit 32881be
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

`plot_lib` is a library for quickly plotting 2D, 3D and 4D interactive images within Jupyter Notebooks with the following goals:
- Simple interface: `plot(image)`, `plot(image, masks=[mask])`, `plot(path_to_dicom_directory)`
- Plots look very good by default
- Plot 2D, 3D and 4D interactive images with sliders that allow exploration of 3D and 4D images
- Publication-quality plots by default
- Versatile: can easily plot masks, points and boxes along with the image
- Hackable: the code is very simple and any missing functinality can be easily added

Expand Down Expand Up @@ -47,11 +48,6 @@ import numpy as np
plot(np.zeros([100]*3))
```

## Non-exhaustive list of features:
* Plot 2D, 3D and 4D (image channel or time dimension) interactive images (sliders allow exploration of 3D and 4D images)
* Publication-quality images
* Represent simulateneously images, masks, boxes, labels, points, etc.

## Citing the library
```
Oscar J. Pellicer-Valero. (2021, March 5). OscarPellicer/plot_lib (Version v0.2). Zenodo. http://doi.org/10.5281/zenodo.4395272
Expand Down

0 comments on commit 32881be

Please sign in to comment.