Last answered:

04 Aug 2023

Posted on:

04 Jul 2023

0

TypeError: 'list' object is not callable

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)
Instructor
Posted on:

04 Aug 2023

0

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

Submit an answer