When I call pyplot.title(\'some string\') it throws the exception, \'str\' object is not callable\'. I copied the following from the matplotlib onl
pyplot.title(\'some string\')
\'str\' object is not callable\'
I've had this happen when I've previously accidentally plt.title = ''
After that that function is no longer a function. Restarting python kernel or re-importing plt library can fix it.
Not re-installing. Re-IMPORTING.