Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

label point matplotlib

from matplotlib import pyplot as plt

xC=0 #x cordonate
yC=0 #y cordonate
label = "[your label goes here]" #label text

plt.text(xC, yC, label) 
plt.show()
 
PREVIOUS NEXT
Tagged: #label #point #matplotlib
ADD COMMENT
Topic
Name
3+7 =