Metadata-Version: 2.1
Name: control-plotly
Version: 0.1.1
Summary: A plotting library for the analysis of continuous and discrete time systems
Home-page: https://github.com/vincentchoqueuse/python-control-plotly
Author: Vincent Choqueuse
Author-email: vincent.choqueuse@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
License-File: LICENCE

# Python-Control-Ploty

This library provides a set of functions to plot time and frequency response (bode, nichols) for continuous and discrete time systems. This library is build on the top of `plotly` and `python-control`

## Installation

```
pip install control-plotly
```

## Documentation

* https://python-control-plotly.readthedocs.io/en/latest/

