Pavitar
0
Q:

vertical line in matplotlib

xposition = [0.3, 0.4, 0.45]
for xc in xposition:
    plt.axvline(x=xc, color='k', linestyle='--')
1

New to Communities?

Join the community