[plotter] implementing a realtime plotter in python (#2997)

* [plotter] implementing a realtime plotter in python

based on pyqtgraph
it should implement most of the functionalities of the legacy ocaml plotter
it is replacing the previous implementation in python

* Format code.
* Add requirements
* refactor plotter

---------

Co-authored-by: Fabien-B <fabien.bonneval@gmail.com>
This commit is contained in:
Gautier Hattenberger
2023-02-24 00:20:05 +01:00
committed by GitHub
parent 3badcfa367
commit 6169709da6
10 changed files with 799 additions and 881 deletions
+5
View File
@@ -0,0 +1,5 @@
PyQt5
pyqtgraph
numpy
ivy-python