Skip to content

Commit 240f447

Browse files
committed
fix tests
1 parent cf97ac3 commit 240f447

File tree

3 files changed

+5
-19
lines changed

3 files changed

+5
-19
lines changed

tests/test_barchart_legend_reference.tex

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,7 @@
66

77
\begin{axis}[
88
legend cell align={left},
9-
legend style={
10-
fill opacity=0.8,
11-
draw opacity=1,
12-
text opacity=1,
13-
at={(0.5,0.91)},
14-
anchor=north,
15-
draw=lightgray204
16-
},
9+
legend style={fill opacity=0.8, draw opacity=1, text opacity=1, draw=lightgray204},
1710
tick align=outside,
1811
tick pos=left,
1912
x grid style={darkgray176},

tests/test_context_reference.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
\starttikzpicture
22

3-
\definecolor{gray069}{gray}{0.6901960784313725}
3+
\definecolor{darkgray176}{RGB}{176,176,176}
44

55
\startaxis[
66
tick align=outside,
77
tick pos=left,
8-
x grid style={gray069},
8+
x grid style={darkgray176},
99
xmin=0, xmax=1,
1010
xtick style={color=black},
11-
y grid style={gray069},
11+
y grid style={darkgray176},
1212
ymin=0, ymax=1,
1313
ytick style={color=black}
1414
]

tests/test_hatch_reference.tex

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,7 @@
4848

4949
\nextgroupplot[
5050
legend cell align={left},
51-
legend style={
52-
fill opacity=0.8,
53-
draw opacity=1,
54-
text opacity=1,
55-
at={(0.91,0.5)},
56-
anchor=east,
57-
draw=lightgray204
58-
},
51+
legend style={fill opacity=0.8, draw opacity=1, text opacity=1, draw=lightgray204},
5952
tick align=outside,
6053
tick pos=left,
6154
x grid style={darkgray176},

0 commit comments

Comments
 (0)