The napari hub is transitioning to a community-run implementation due to launch in June 2025.
Since October 1, 2024, this version is no longer actively maintained and will not be updated. New plugins and plugin updates will continue to be listed.

Canvas Widget from BiAPoL

biaplotter

A base napari plotter widget for interactive plotting

Workflow step:
Visualization

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.9

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.0.4

Last updated:

  • 25 June 2024

First released:

  • 06 May 2024

License:

Supported data:

  • Information not submitted

Plugin type:

GitHub activity:

  • Stars: 7
  • Forks: 2
  • Issues + PRs: 6

Python versions supported:

Operating system:

Requirements:

  • numpy
  • magicgui
  • qtpy
  • napari-matplotlib
  • nap-plot-tools>=0.1.0