Plotting a line over several graphs

前端 未结 4 1455
孤城傲影
孤城傲影 2020-12-01 12:42

I don\'t know how this thing is called, or even how to describe it, so the title may be a little bit misleading.

The first attached graph was created with pyplot.

4条回答
  •  醉梦人生
    2020-12-01 13:01

    I would try axvline(x, y1, y2) (link), but I don't think any of the options in pyplot will draw something that spans across several subplots/graphs.

    If that's the case, I would just try drawing the same vertical line at each point in the graph, hoping that the same intent is conveyed to the viewer.

提交回复
热议问题