TypeError: 'list' object is not callable
in
The Complete Data Visualization Course with Python, R, Tableau, and Excel
/
Bar Chart - Python - How to Create a Bar Chart
TypeError Traceback (most recent call last)
Cell In[74], line 7
5 plt.xticks(rotation = 45, fontsize = 13)
6 plt.yticks(fontsize = 13)
----> 7 plt.title("Cars Listings by Brand", fontsize = 16, fontweight = "bold")
8 plt.ylabel("Number of Listings", fontsize = 13 )
9 plt.savefig("Used Cars Bar.png")
TypeError: 'list' object is not callable
1 answers ( 0 marked as helpful)
Hi Sreeram,
thanks for reaching out! Can you please share a snapshot of your notebook, in particular the code cell, which is causing this error? Thanks in advance!
Best,
365 Eli