Skip to content

Commit d686033

Browse files
committed
some test fixes
1 parent 26b2ad4 commit d686033

File tree

3 files changed

+2
-38
lines changed

3 files changed

+2
-38
lines changed

tests/test_fancy_colorbar_reference.tex

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,3 @@
1818
]
1919
\addplot graphics [includegraphics cmd=\pgfimage,xmin=-0.5, xmax=2.5, ymin=2.5, ymax=-0.5] {tmp-000.png};
2020
\end{axis}
21-
22-
\begin{axis}[
23-
axis y line=right,
24-
tick align=outside,
25-
xmin=0, xmax=1,
26-
xtick pos=left,
27-
y grid style={white!69.019608!black},
28-
ymin=0, ymax=1,
29-
ytick pos=right,
30-
ytick style={color=black},
31-
yticklabel style={anchor=west}
32-
]
33-
\path [draw=white, fill=white, line width=0.004pt]
34-
;
35-
\addplot graphics [includegraphics cmd=\pgfimage,xmin=0, xmax=1, ymin=0, ymax=1] {tmp-001.png};
36-
\end{axis}
37-
38-
\end{tikzpicture}

tests/test_fillstyle_reference.tex

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@
99
xmin=-0.05, xmax=1.05,
1010
xtick style={color=black},
1111
xtick={-0.2,0,0.2,0.4,0.6,0.8,1,1.2},
12-
xticklabels={\ensuremath{-}0.2,0.0,0.2,0.4,0.6,0.8,1.0,1.2},
12+
xticklabels={0.2,0.0,0.2,0.4,0.6,0.8,1.0,1.2},
1313
y grid style={white!69.019608!black},
1414
ymin=-0.45, ymax=9.45,
15-
ytick style={color=black},
16-
ytick={-2,0,2,4,6,8,10},
17-
yticklabels={\ensuremath{-}2,0,2,4,6,8,10}
15+
ytick style={color=black}
1816
]
1917
\addplot [semithick, color0, mark=o, mark size=3, mark options={solid,fill opacity=0}]
2018
table {%

tests/test_heat_reference.tex

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,4 @@
1818
\addplot graphics [includegraphics cmd=\pgfimage,xmin=-10, xmax=10, ymin=-10, ymax=10] {tmp-000.png};
1919
\end{axis}
2020

21-
\begin{axis}[
22-
axis y line=right,
23-
tick align=outside,
24-
xmin=0, xmax=1,
25-
xtick pos=left,
26-
y grid style={white!69.019608!black},
27-
ymin=-100, ymax=100,
28-
ytick pos=right,
29-
ytick style={color=black},
30-
yticklabel style={anchor=west}
31-
]
32-
\path [draw=white, fill=white, line width=0.004pt]
33-
;
34-
\addplot graphics [includegraphics cmd=\pgfimage,xmin=0, xmax=1, ymin=-100, ymax=100] {tmp-001.png};
35-
\end{axis}
36-
3721
\end{tikzpicture}

0 commit comments

Comments
 (0)