Other visualization libraries
For completeness’s sake, here is a brief description of other popular libraries as well.
plotly
plotly
is a popular Python library known for creating interactive and visually appealing data visualizations. It excels in generating dynamic charts, dashboards, and interactive plots. Unfortunately, the full power of the plotly
library’s interactivity does not work seamlessly with the most recent versions of Excel, due to security considerations introduced by Microsoft. This limitation can hinder its integration into Excel for users who rely on the latest Excel features and functionalities. Since the focus of this book is enhancing your Excel-based workflows, we will not cover plotly
in detail.
seaborn
seaborn
is another Python library designed for statistical data visualization. While it offers a wide range of customization options and the ability to create complex plots, it often requires more code to achieve the same results compared...