From 32881be40d91c5a0dab2248c424ffcb6459964af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oscar=20Jos=C3=A9=20Pellicer=20Valero?= Date: Fri, 5 Mar 2021 04:09:05 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4d9bfe4..3965d2c 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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