I have following codes:
#1
axes[0].plot(x,y, color='blue', ls='>')
#2
axes[0].plot(x,y, color='blue', ls='--')
Why code #2 gives me a dashed line, however, #1 does not give triangles?
ls styles can be found here: https://matplotlib.org/2.1.1/api/_as_gen/matplotlib.pyplot.plot.html