Which Python library is recommended for creating customized charts?

We are utilizing ChartExpo to generate customized charts, such as the Likert Scale Chart. Could someone recommend Python libraries that can help us achieve similar functionality?

1 Like

All major Python graphing libraries provide similar functionality.

2 Likes

Bokeh is another option. Some concrete similar code:

Hello,

on your command prompt, type:

pip install matplotlib
pip install plotly

I have used these two. They work pretty well.