Closed rafajak closed 5 years ago
This PR tries to address the main comment in #57 :
[ ] for drawing diagrams, don't clear_output(wait=True); it is possible to change a Bokeh blot in-place
clear_output(wait=True)
So far, I managed to separate the figure-creating from plot-drawing, but at a cost of:
clear_output=True
This is very much work in progress and is not ready to be merged. Any help, suggestions or feedback on this would be much appreciated.
Raf
@rafajak Thanks you for this PR
It refers to #19. I close PR #57 as it is about the same commits.
I would be grateful for a few things:
rebase
merge
This PR tries to address the main comment in #57 :
So far, I managed to separate the figure-creating from plot-drawing, but at a cost of:
clear_output=True
version in #57)This is very much work in progress and is not ready to be merged. Any help, suggestions or feedback on this would be much appreciated.
Raf