https://github.com/enthought/chaco/blob/master/examples/demo/edit_line.py
我想要的结果是有两个并排的图,左边是这个edit_line.py
图,右边显示 y 值edit_line.py
和另一个数组的总和。
现在我可以从内部查看self.component.index
和self.component.value
(分别为 x 和 y)PointDraggingTool
。但是,我需要能够根据第一个图的更新来更新第二个图。我将如何聆听第一个情节特征的变化并按该数量更新第二个情节?