I ran into an issue where using add_v_line() obscured the primary (line) plot. It would be great if I could specify that the vertical line be plotted behind the primary plot.
And some additional comments/ideas from this David Fokkema guy ;)
"... implement a plot call order. Order matters already, but first, all the plots are rendered, and then all the vertical lines. It would be nice if you could choose to first plot this scatter plot, then this vertical line, then a line plot, then... etc."
I ran into an issue where using
add_v_line()obscured the primary (line) plot. It would be great if I could specify that the vertical line be plotted behind the primary plot.And some additional comments/ideas from this David Fokkema guy ;)
"... implement a plot call order. Order matters already, but first, all the plots are rendered, and then all the vertical lines. It would be nice if you could choose to first plot this scatter plot, then this vertical line, then a line plot, then... etc."