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 22-06-19, 12:05 p.m. dipakr

Answers:

Please ensure that you add the comma as below;

annotate("local maxima", xy=(2,-1))
22-06-19, 12:37 p.m. ankitrj.iitb


Click here to reply/comment online