TypeError: 'tuple' object is not callable

clipboard.png
it was an error creating a new canvas in Jupiter notebook. I don"t know why?

Feb.28,2021

plt is another variable. Try adding

to the error line.
import matplotlib.pyplot as plt
Menu