oakca
oakca

Reputation: 1568

Different linestyle in same label matplotlib

I am generating following figure with matplotlib.

As you can see its two way graph, from 0 to some value for 1 side, and also same for the other side. And since both ways have the same labels, with same linestyle, I have only 2 items in legend.

However I would like to change the linestyle for the bottom graph in one item from dashed to line. So I need something like the following:

IS THIS POSSIBLE WITH MATPLOTLIB?

Upvotes: 1

Views: 166

Answers (0)

Related Questions