Skip to content

Commit aa5675b

Browse files
committed
another stab at test fixes
1 parent 5f30c06 commit aa5675b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

test/test_annotate_reference.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,20 @@
4040
};
4141
\draw[->,draw=red] (axis cs:4.5,1.5) -- (axis cs:4,1);
4242
\draw (axis cs:4.5,1.5) node[
43-
scale=0.65,
43+
scale=0.5,
4444
anchor=base west,
4545
text=black,
4646
rotate=0.0
4747
]{text};
4848
\draw[->,draw=black] (axis cs:0,1) ++(-50pt,30pt) -- (axis cs:0,1);
4949
\draw (axis cs:0,1) ++(-50pt,30pt) node[
50-
scale=0.65,
50+
scale=0.5,
5151
anchor=base west,
5252
text=black,
5353
rotate=0.0
5454
]{arrowstyle};
5555
\draw (axis cs:50,-30) node[
56-
scale=0.65,
56+
scale=0.5,
5757
anchor=base west,
5858
text=black,
5959
rotate=0.0

test/test_barchart_legend_reference.tex

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

33
\begin{axis}[
44
legend cell align={left},
5-
legend style={fill opacity=0.8, draw opacity=1, text opacity=1, at={(0.5,0.91)}, anchor=north, draw=white!80!black},
5+
legend style={fill opacity=0.8, draw opacity=1, text opacity=1, draw=white!80!black},
66
tick align=outside,
77
tick pos=left,
88
x grid style={white!69.019608!black},

test/test_hatch_reference.tex

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

4646
\nextgroupplot[
4747
legend cell align={left},
48-
legend style={fill opacity=0.8, draw opacity=1, text opacity=1, at={(0.91,0.5)}, anchor=east, draw=white!80!black},
48+
legend style={fill opacity=0.8, draw opacity=1, text opacity=1, draw=white!80!black},
4949
tick align=outside,
5050
tick pos=left,
5151
x grid style={white!69.019608!black},

0 commit comments

Comments
 (0)