Skip to content

Commit 5a82898

Browse files
committed
Remove option from tests that have no custom markers
1 parent 186e530 commit 5a82898

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/test_legend_line_scatter_reference.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
ymin=-0.2, ymax=4.2,
2222
ytick style={color=black}
2323
]
24-
\addplot [draw=color0, fill=color0, mark=*, only marks, scatter]
24+
\addplot [draw=color0, fill=color0, mark=*, only marks]
2525
table{%
2626
x y
2727
0 0

tests/test_marker_reference.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
ymin=-1.1, ymax=1.1,
1616
ytick style={color=black}
1717
]
18-
\addplot [draw=black, fill=black, mark=+, only marks, scatter]
18+
\addplot [draw=black, fill=black, mark=+, only marks]
1919
table{%
2020
x y
2121
0 0

tests/test_scatter_reference.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
ymin=0.17184841, ymax=112.81716,
1717
ytick style={color=black}
1818
]
19-
\addplot [draw=color0, fill=color0, mark=*, only marks, scatter]
19+
\addplot [draw=color0, fill=color0, mark=*, only marks]
2020
table{%
2121
x y
2222
0 10.447038

0 commit comments

Comments
 (0)