Skip to content

Commit 431c664

Browse files
committed
refresh reference files
1 parent 49ca155 commit 431c664

13 files changed

+1291
-1275
lines changed

test/refresh_reference_files.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def _main():
2525
test_modules.remove("test_deterministic_output")
2626
test_modules.remove("test_cleanfigure")
2727
test_modules.remove("test_context")
28+
test_modules.remove("test_readme")
2829

2930
for mod in test_modules:
3031
module = importlib.import_module(mod)

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, draw=white!80!black},
5+
legend style={fill opacity=0.8, draw opacity=1, text opacity=1, at={(0.5,0.91)}, anchor=north, draw=white!80!black},
66
tick align=outside,
77
tick pos=left,
88
x grid style={white!69.019608!black},

test/test_boxplot.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,8 @@ def plot():
9090

9191
def test():
9292
assert_equality(plot, "test_boxplot_reference.tex")
93-
return
93+
94+
95+
if __name__ == "__main__":
96+
plot()
97+
plt.show()

test/test_boxplot_reference.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
1.925 0.89879401
6969
2.075 0.89879401
7070
};
71-
\addplot [black, mark=*, mark size=3, mark options={solid,fill opacity=0}, only marks]
71+
\addplot [black, mark=o, mark size=3, mark options={solid,fill opacity=0}, only marks]
7272
table {%
7373
2 0.87772674
7474
};
@@ -100,7 +100,7 @@
100100
2.925 0.89451561
101101
3.075 0.89451561
102102
};
103-
\addplot [black, mark=*, mark size=3, mark options={solid,fill opacity=0}, only marks]
103+
\addplot [black, mark=o, mark size=3, mark options={solid,fill opacity=0}, only marks]
104104
table {%
105105
3 0.89810465
106106
};

0 commit comments

Comments
 (0)