Currently, we’re leveraging ChartExpo to produce tailored charts like the Likert Scale Chart. Seeking advice from the community on Python libraries that offer similar customization capabilities. Any recommendations for crafting unique visualizations are highly appreciated.
I have never heard of this package, but it seems to do what you want:
The most used “advanced” plotting routines at our site are below. These are nice for plotting Pandas dataframe organized datasets. There are a ton of alternatives for python (altair, ggplot …) with different learning curves and functional abilities.
Seaborn:
https://seaborn.pydata.org/index.html
Plotly:
-Jeff
2 Likes