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\'
plt.title('xyz') :'str' object is not callable.
just give a restart of your terminal/ide. That ll fix the issue .