Skip to content

Commit da9d766

Browse files
committed
Revert "legend fixes"
This reverts commit e10c758.
1 parent c0b0594 commit da9d766

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
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},

test/test_legend_best_location_reference.tex

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
\nextgroupplot[
4545
legend cell align={left},
46-
legend style={fill opacity=0.8, draw opacity=1, text opacity=1, at={(0.5,0.91)}, anchor=north, draw=white!80!black},
46+
legend style={fill opacity=0.8, draw opacity=1, text opacity=1, at={(0.03,0.97)}, anchor=north west, draw=white!80!black},
4747
scaled x ticks=manual:{}{\pgfmathparse{#1}},
4848
scaled y ticks=manual:{}{\pgfmathparse{#1}},
4949
tick align=outside,
@@ -117,7 +117,7 @@
117117

118118
\nextgroupplot[
119119
legend cell align={left},
120-
legend style={fill opacity=0.8, draw opacity=1, text opacity=1, at={(0.97,0.03)}, anchor=south east, draw=white!80!black},
120+
legend style={fill opacity=0.8, draw opacity=1, text opacity=1, at={(0.03,0.03)}, anchor=south west, draw=white!80!black},
121121
scaled x ticks=manual:{}{\pgfmathparse{#1}},
122122
tick align=outside,
123123
tick pos=left,
@@ -207,7 +207,7 @@
207207

208208
\nextgroupplot[
209209
legend cell align={left},
210-
legend style={fill opacity=0.8, draw opacity=1, text opacity=1, at={(0.5,0.5)}, anchor=center, draw=white!80!black},
210+
legend style={fill opacity=0.8, draw opacity=1, text opacity=1, at={(0.09,0.5)}, anchor=west, draw=white!80!black},
211211
scaled x ticks=manual:{}{\pgfmathparse{#1}},
212212
scaled y ticks=manual:{}{\pgfmathparse{#1}},
213213
tick align=outside,
@@ -282,7 +282,7 @@
282282

283283
\nextgroupplot[
284284
legend cell align={left},
285-
legend style={fill opacity=0.8, draw opacity=1, text opacity=1, at={(0.97,0.03)}, anchor=south east, draw=white!80!black},
285+
legend style={fill opacity=0.8, draw opacity=1, text opacity=1, at={(0.5,0.09)}, anchor=south, draw=white!80!black},
286286
tick align=outside,
287287
tick pos=left,
288288
x grid style={white!69.019608!black},
@@ -315,7 +315,7 @@
315315

316316
\nextgroupplot[
317317
legend cell align={left},
318-
legend style={fill opacity=0.8, draw opacity=1, text opacity=1, draw=white!80!black},
318+
legend style={fill opacity=0.8, draw opacity=1, text opacity=1, at={(0.5,0.91)}, anchor=north, draw=white!80!black},
319319
scaled y ticks=manual:{}{\pgfmathparse{#1}},
320320
tick align=outside,
321321
tick pos=left,
@@ -349,7 +349,7 @@
349349
\addlegendentry{UC}
350350

351351
\nextgroupplot[
352-
legend style={fill opacity=0.8, draw opacity=1, text opacity=1, at={(0.91,0.5)}, anchor=east, draw=white!80!black},
352+
legend style={fill opacity=0.8, draw opacity=1, text opacity=1, draw=white!80!black},
353353
scaled y ticks=manual:{}{\pgfmathparse{#1}},
354354
tick align=outside,
355355
tick pos=left,

0 commit comments

Comments
 (0)