Skip to content

Commit da87f36

Browse files
committed
fix test
1 parent 8ac0482 commit da87f36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/test_line_dashes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
def plot():
99
fig = plt.figure()
10-
linestyles = ["-", "--", "-.", ":", (1, (10, 1)), (5, (10, 1)), (0, (1, 2, 3, 4))]
10+
linestyles = ["-", "--", "-.", ":", (0, (10, 1)), (5, (10, 1)), (0, (1, 2, 3, 4))]
1111
for idx, ls in enumerate(linestyles):
1212
plt.plot([idx, idx + 1], linestyle=ls)
1313
return fig

test/test_line_dashes_reference.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
0 3
3939
1 4
4040
};
41-
\addplot [semithick, color4, dash pattern=on 10pt off 1pt, dash phase=1pt]
41+
\addplot [semithick, color4, dash pattern=on 10pt off 1pt]
4242
table {%
4343
0 4
4444
1 5

0 commit comments

Comments
 (0)