annotate command not working
Title
Question
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;
<span style="background-color: rgb(250, 250, 250);">annotate("local maxima", xy=(2,-1))</span>
Login to add comment