Metadata-Version: 2.4
Name: nxscli-mpl
Version: 1.0.1
Summary: Nxscli Matplotlib extension
Author-email: raiden00 <raiden00@railab.me>
License: Apache-2.0
Project-URL: Changelog, https://github.com/railab/nxscli-mpl/blob/master/CHANGES.md
Project-URL: Homepage, https://github.com/railab/nxscli-mpl
Keywords: nuttx,nxscli
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Embedded Systems
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: nxscli>=1.0.1
Requires-Dist: matplotlib>=3.6
Requires-Dist: click>=8.1
Dynamic: license-file

# Nxscli-mpl
![master workflow](https://github.com/railab/nxscli-mpl/actions/workflows/master.yml/badge.svg)

Matplotlib extension to Nxscli.

## Features

* Plotting with [Matplotlib](https://github.com/matplotlib/matplotlib),
  * static time-series capture (`m_snap`)
  * animation plots (`m_live`, `m_roll`)
  * static and streaming FFT (`m_fft`, `m_fft_live`)
  * static and streaming histogram (`m_hist`, `m_hist_live`)
  * static and streaming XY (`m_xy`, `m_xy_live`)
  * static and streaming polar (`m_polar`, `m_polar_live`)
  * Matplotlib style configuration (`mpl`)

## Installation

Nxscli-mpl can be installed by running `pip install nxscli-mpl`.

To install latest development version, use:

`pip install git+https://github.com/railab/nxscli-mpl.git`
