The issue is the following. We have to plot real-time sensors’ data and these plots are generated dynamically since the user selects the sensors to visualize via a menu. The problem comes when we combine the constant updating of sensor plot (done via callback) with dynamically generated plots, as I can’t run a callback that updates each second a dynamic generated plot. Do you know a workaround to make it works?