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

Bug: Visualization of a cluster needs to be removed when cluster itself is destroyed #931

Closed detlefarend closed 7 months ago

detlefarend commented 7 months ago

1 Describe the bug A clear and concise description of what the bug is.

2 To Reproduce Steps to reproduce the behavior:

  1. Run howto_oa_wr_001_river_clusteranalyzer_dbstream.py of MLPro-Int-River extension

3 Expected behavior DBstream removes clusters during processing. The related cluster plots should disappear.

4 Screenshots If applicable, add screenshots to help explain your problem.

5 Additional Informations It seems to be a flush/refresh problem on level ax/figure. Perhaps, a new method bf.Plottable.remove_plot() is required that carries out a flush/refresh like update_plot does...

5.1 Operating System

6 Further activities