We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2635f3 commit c1333bdCopy full SHA for c1333bd
tikzplotlib/line2d.py
@@ -37,9 +37,9 @@ def draw_line2d(data, obj):
37
if drawstyle == "steps-mid":
38
style = "const plot mark mid"
39
elif drawstyle == "steps-pre" or drawstyle == "steps":
40
- style = "const plot mark left"
41
- elif drawstyle == "steps-post":
42
style = "const plot mark right"
+ elif drawstyle == "steps-post":
+ style = "const plot mark left"
43
addplot_options.append("{}".format(style))
44
45
alpha = obj.get_alpha()
0 commit comments