Skip to content

Commit 9962326

Browse files
committed
fix some {x,y}{min,max}
1 parent 1c63024 commit 9962326

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

test/refresh_reference_files.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def _main():
2626
test_modules.remove("test_rotated_labels")
2727
test_modules.remove("test_deterministic_output")
2828
test_modules.remove("test_cleanfigure")
29+
test_modules.remove("test_context_reference")
2930

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

test/test_legend_line_scatter_reference.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
tick align=outside,
99
tick pos=left,
1010
x grid style={white!69.019608!black},
11-
xmin=-0.22927419, xmax=4.2292742,
11+
xmin=-0.2, xmax=4.2,
1212
xtick style={color=black},
1313
y grid style={white!69.019608!black},
14-
ymin=-0.23928571, ymax=4.2392857,
14+
ymin=-0.2, ymax=4.2,
1515
ytick style={color=black}
1616
]
1717
\addplot [only marks, mark=*, draw=color0, fill=color0, colormap/viridis]

test/test_scatter_colormap_reference.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
tick align=outside,
55
tick pos=left,
66
x grid style={white!69.019608!black},
7-
xmin=-2.6372526, xmax=1.8614963,
7+
xmin=-2.630585, xmax=1.8553423,
88
xtick style={color=black},
99
y grid style={white!69.019608!black},
10-
ymin=-0.83585322, ymax=2.3593314,
10+
ymin=-0.82312696, ymax=2.3501709,
1111
ytick style={color=black}
1212
]
1313
\addplot [only marks, scatter, scatter src=explicit, colormap/viridis, visualization depends on={\thisrow{sizedata} \as\perpointmarksize}, scatter/@pre marker code/.append style={/tikz/mark size=\perpointmarksize}]

test/test_scatter_reference.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
tick pos=left,
1010
x grid style={white!79.607843!black},
1111
xmajorgrids,
12-
xmin=-5.0066532, xmax=105.00665,
12+
xmin=-5, xmax=105,
1313
xtick style={color=black},
1414
y grid style={white!79.607843!black},
1515
ymajorgrids,
16-
ymin=0.16291984, ymax=112.82609,
16+
ymin=0.17184841, ymax=112.81716,
1717
ytick style={color=black}
1818
]
1919
\addplot [only marks, mark=*, draw=color0, fill=color0, colormap/viridis]

0 commit comments

Comments
 (0)