Summary
In this chapter, we have looked at another option for creating visualizations with a whole new focus: web-based Bokeh plots. We also discovered ways in which we can make our visualizations more interactive and give the user the chance to explore data in a different way.
As we mentioned in the first part of this chapter, Bokeh is a comparably new tool that empowers developers to use their favorite language to create easily portable visualizations for the web. After working with Matplotlib, Seaborn, geoplotlib, and Bokeh, we can see some standard interfaces and similar ways to work with those libraries. After studying the tools that are covered in this book, it will be simple to understand new plotting tools.
In the next and final chapter, we will introduce a new real-life dataset to create visualizations. This last chapter will allow you to consolidate the concepts and tools that you have learned about in this book and further enhance your skills.