I am a beginner and I just added a slider to my plot using matplotlib slider. By use of
vline.set_xdata([0,0])
I could place a vertical line on the slider, but I wonder if there is any way to put several vertical lines? and also is it possible to label the value for them?