Have Bokeh Callback update a list instead of a ColumnDataSource?
问题 My question has to do with modifying this example from the Bokeh Gallery. I have a matrix m or raw data, in which every row corresponds to a pair of x,y coordinates in a transformed space (see #MockData part of code). The x,y coordinates are plotted on the left plot. I am trying to change the example so that, when I select some points in the left figure, the right figure will display line plots of the corresponding rows. I've narrowed the problem down to the point, where the right figure will