Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

up and down arrow matplotlib

plt.plot(x, y, marker=r'$uparrow$')
plt.plot(x, y, marker=r'$downarrow$')
 
PREVIOUS NEXT
Tagged: #arrow #matplotlib
ADD COMMENT
Topic
Name
7+8 =