I started playing around with bokeh, and I am trying to get continuous image updating to compare its speed to the matplotlib. The server is running on a
hardware platform which is similar to raspoberry pi, and i am using jupyter notebook. For now the code using bokeh is slower, bot looking around I saw that there
should be a possibility that only parts of the plot (image) are updated. I would like to update line by line, but I am not sure how to accomplish that (if its possible).
I started playing around with bokeh, and I am trying to get continuous image updating to compare its speed to the matplotlib. The server is running on a
hardware platform which is similar to raspoberry pi, and i am using jupyter notebook. For now the code using bokeh is slower, bot looking around I saw that there
should be a possibility that only parts of the plot (image) are updated. I would like to update line by line, but I am not sure how to accomplish that (if its possible).