-
-
Notifications
You must be signed in to change notification settings - Fork 208
Description
Hello,
My question is,
-
When I refer to [dockable.py] to draw multiple graphs using DockArea, crosshairs will be displayed on each graph instead of the only one.

Maybe I'm using it the wrong way, if so, please tell me how ax created with create_plot instead of create_plot_widget works on qwidget, or dockarea. My requirement is to display three graphs in one qwidget, with drag-and-drop resizing support, and a unique crosshair. -
Use create_plot_widget to draw multiple graphs on the DockArea, and then update them through the Live method. When the dynamic update data and the moving crosshair occur at the same time, the crosshair will have obvious stalls. But when I run [animate.py], I don't feel the stutch. Is it because [animate.py] doesn't use create_plot_widget and doesn't draw multiple dockareas? I don't know why
The above has troubled me for a long time, but it has not been solved. If you have time, please give me some instructions, I will be very grateful.