Skip to content

Commit

Permalink
add a few more handy plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
psobolewskiPhD committed Apr 29, 2024
1 parent 43bf07d commit 65d8cb3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions napari-workshops/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,16 @@ and wait for the plugin list to populate.
You can double-click a table header to generate a heat map of that property.
```

## A few other handy plugins

1. [napari-animation](https://napari.org/napari-animation/): a plugin that lets you make
(and export) animations in napari by simply setting key frames.
1. [napari-threedee](https://napari-threedee.github.io): a plugin to make interacting and annotating in 3D easier.
1. [napari-ome-zarr](https://www.napari-hub.org/plugins/napari-ome-zarr): a reader plugin for for `zarr` backed
OME-NGFF images (local or remote).
1. [napari-aicsimageio](https://www.napari-hub.org/plugins/napari-aicsimageio): a reader plugin that uses
`aicsimageio` as a backend. Provides access to proprietary formats (e.g. `.lif`, `.czi`) via drag-n-drop.
Can also give access to `bioformats` if `bioformats_jar` is installed from conda-forge (`conda install -c conda-forge bioformats_jar`).
1. [napari-matplotlib](https://napari-matplotlib.github.io): a plugin providing widgets with `matplotlib` based
plots, such as histogram, scatter plot, line plot, etc.

0 comments on commit 65d8cb3

Please sign in to comment.