Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zoccoler/nap-plot-tools
A NAPari PLOTter TOOLbar and tools for additional functionalities.
https://github.com/zoccoler/nap-plot-tools
Last synced: about 2 months ago
JSON representation
A NAPari PLOTter TOOLbar and tools for additional functionalities.
- Host: GitHub
- URL: https://github.com/zoccoler/nap-plot-tools
- Owner: zoccoler
- License: bsd-3-clause
- Created: 2023-11-10T14:30:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-10T08:40:55.000Z (3 months ago)
- Last Synced: 2024-10-10T10:27:10.948Z (3 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 1.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nap-plot-tools
[![License BSD-3](https://img.shields.io/pypi/l/nap-plot-tools.svg?color=green)](https://github.com/zoccoler/nap-plot-tools/raw/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/nap-plot-tools.svg?color=green)](https://pypi.org/project/nap-plot-tools)
[![Python Version](https://img.shields.io/pypi/pyversions/nap-plot-tools.svg?color=green)](https://python.org)
[![tests](https://github.com/zoccoler/nap-plot-tools/workflows/tests/badge.svg)](https://github.com/zoccoler/nap-plot-tools/actions)
[![codecov](https://codecov.io/gh/zoccoler/nap-plot-tools/branch/main/graph/badge.svg)](https://codecov.io/gh/zoccoler/nap-plot-tools)A NAPari PLOTter TOOLbar and tools for additional functionalities. Based on PyQt.
[Jump to Intallation](#installation)
----------------------------------
## Usage
Please check the [example notebook](https://github.com/zoccoler/nap-plot-tools/blob/main/src/nap_plot_tools/notebooks/Example.ipynb).
## Installation
You can install `nap-plot-tools` via [pip]. Follow these steps from a terminal.
Install `nap-plot-tools` via [pip] :
pip install nap-plot-tools
Alternatively, install latest development version with :
pip install git+https://github.com/zoccoler/nap-plot-tools.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,
"nap-plot-tools" is free and open source software## Issues
If you encounter any problems, please [file an issue] along with a detailed description.
[BSD-3]: http://opensource.org/licenses/BSD-3-Clause
[file an issue]: https://github.com/zoccoler/nap-plot-tools/issues
[pip]: https://pypi.org/project/pip/
[PyPI]: https://pypi.org/