fhswf / MLPro

MLPro - The Integrative Middleware Framework for Standardized Machine Learning in Python
https://mlpro.readthedocs.io/
Apache License 2.0
12 stars 3 forks source link

BF: Interactive Data Stream #973

Open detlefarend opened 4 months ago

detlefarend commented 4 months ago

Description/Motivation An interactive data stream shall be implemented. It shows a window with a matplotlib figure and further axes (depending on the dimensionality 2D/3D). It enables adding new instances by clicking on the input axes. The position of the mouse shall be visualized with a crosshair.

Task list

Related Issues

622