Skip to content

Commit 19dd43b

Browse files
committed
fix test
1 parent 6a3f6bf commit 19dd43b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/test_barchart_errorbars_reference.tex

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,37 +55,37 @@
5555
(axis cs:2.25,0.9)
5656
--(axis cs:2.25,1.1);
5757

58-
\addplot [semithick, black, mark=-, mark size=8, mark options={solid}, only marks]
58+
\addplot [line width=2pt, black, mark=-, mark size=8, mark options={solid}, only marks]
5959
table {%
6060
-0.25 0.9
6161
0.75 1.8
6262
1.75 2.5
6363
};
64-
\addplot [semithick, black, mark=-, mark size=8, mark options={solid}, only marks]
64+
\addplot [line width=2pt, black, mark=-, mark size=8, mark options={solid}, only marks]
6565
table {%
6666
-0.25 1.1
6767
0.75 2.2
6868
1.75 3.5
6969
};
70-
\addplot [semithick, black, mark=-, mark size=8, mark options={solid}, only marks]
70+
\addplot [line width=2pt, black, mark=-, mark size=8, mark options={solid}, only marks]
7171
table {%
7272
0 2.6
7373
1 1.8
7474
2 3.5
7575
};
76-
\addplot [semithick, black, mark=-, mark size=8, mark options={solid}, only marks]
76+
\addplot [line width=2pt, black, mark=-, mark size=8, mark options={solid}, only marks]
7777
table {%
7878
0 3.4
7979
1 2.2
8080
2 4.5
8181
};
82-
\addplot [semithick, black, mark=-, mark size=8, mark options={solid}, only marks]
82+
\addplot [line width=2pt, black, mark=-, mark size=8, mark options={solid}, only marks]
8383
table {%
8484
0.25 4.9
8585
1.25 2.8
8686
2.25 0.9
8787
};
88-
\addplot [semithick, black, mark=-, mark size=8, mark options={solid}, only marks]
88+
\addplot [line width=2pt, black, mark=-, mark size=8, mark options={solid}, only marks]
8989
table {%
9090
0.25 5.1
9191
1.25 3.2

0 commit comments

Comments
 (0)