annotate command not working
Why this command is not working annotate("local maxima" xy=(2,-1))?
Python-3.4.3 Embellishing-a-plot 05-06 min 50-60 sec
Answers:
Please ensure that you add the comma as below;
annotate("local maxima", xy=(2,-1))