Canvas Widget from BiAPoL

A base napari plotter widget for interactive plotting

  • Marcelo Leomil Zoccoler

License BSD-3 PyPI Python Version tests codecov napari hub

A base napari plotter widget for interactive plotting


This napari plugin was generated with Cookiecutter using @napari's cookiecutter-napari-plugin template.

Documentation

The full documentation with API and examples can be found here.

Installation

  • Make sure you have Python in your computer, e.g. download miniforge.

  • Create a new environment, for example, like this:

mamba create --name biaplotter-env python=3.11

If you never used mamba/conda environments before, take a look at this blog post.

  • Activate the new environment with mamba:
mamba activate biaplotter-env
  • Install napari, e.g. via mamba:
mamba install -c conda-forge napari pyqt

Afterwards, install biaplotter via pip:

pip install biaplotter

To install latest development version :

pip install git+https://github.com/BiAPoL/biaplotter.git

Contributing

Contributions are very welcome. Tests can be run with tox, please ensure the coverage at least stays the same before you submit a pull request.

License

Distributed under the terms of the BSD-3 license, "biaplotter" is free and open source software

Issues

If you encounter any problems, please file an issue along with a detailed description.

Version:

  • 0.4.2

Last updated:

  • 2025-07-29

First released:

  • 2024-05-06

License:

  • Copyright (c) 2024, DFG Cluste...

Supported data:

  • Information not submitted

Plugin type:

Open extension:

Save extension:

Python versions supported:

Operating system:

  • Information not submitted

Requirements:

  • numpy>=1.22.0
  • magicgui
  • qtpy
  • napari-matplotlib
  • nap-plot-tools>=0.1.0
  • tox; extra == "testing"
  • pytest; extra == "testing"
  • pytest-cov; extra == "testing"
  • pytest-qt; extra == "testing"
  • napari; extra == "testing"
  • pyqt5; extra == "testing"
Website by the napari team, original design by CZI. Go to napari main website.