w górę i w dół strzałka matplotlib

plt.plot(x, y, marker=r'$\uparrow$')
plt.plot(x, y, marker=r'$\downarrow$')
Tirbo06