FlowKit
FlowKit copied to clipboard
Replace all matplotlib-based plots with Bokeh
This would remove both the matplotlib and seaborn dependencies. Bokeh is also faster and allows for interactivity.
Bokeh plots cannot be embedded in a Tkinter canvas and is also not easily saved as images.
Sample histogram plots now converted to Bokeh in 13873cddb63f586de561fb9ef97a0bceaf3a42d6
Still not finding a good replacement for the matplotlib contour plot
Bokeh 3 adds a new contour plot, but drops Python 3.7 support. Will investigate for the upcoming minor release.
completed in upcoming 1.1.0 release