1 min readSep 27, 2020
Hello Vitor,
I am glad you liked the article!
Well, that's a difficult question, both libraries has its own merit. But, Bokeh is a good choice if you want to connect different graphs, like want to pass the same data to multiple graphs. That's because Bokeh has a specific datatype ColumnDataSource.
https://www.tutorialspoint.com/bokeh/bokeh_columndatasource.htm
That also makes it faster to update datasets and connect visualizations.
That being said, the final choice comes to which library are you more comfortable using.