Metadata-Version: 2.4
Name: dqrobotics-pyplot
Version: 25.4.0.7
Summary: An extension of dqrobotics to use matplotlib.pyplot to plot DQ elements.
Author-email: "Murilo M. Marinho" <murilomarinho@ieee.org>
Maintainer-email: "Murilo M. Marinho" <murilomarinho@ieee.org>
Project-URL: Homepage, https://github.com/MarinhoLab/dqrobotics-pyplot
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib
Requires-Dist: dqrobotics
Dynamic: license-file

# `pyplot` extensions to `dqrobotics`

## License

LGPL

## Installation

```
python3 -m pip install dqrobotics-pyplot
```

## Usage example

See the script in

```console
src/example.py
```

