Skip to content

Commit 6b00999

Browse files
committed
update reference
1 parent 691236d commit 6b00999

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

test/test_legend_line_scatter_reference.tex

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,19 @@
1212
y grid style={white!69.01960784313725!black},
1313
ymin=0.197382370004533, ymax=0.748938053345234
1414
]
15-
\addplot [only marks, draw=color0, fill=color0, colormap/viridis]
15+
\addplot [only marks, draw=color0, fill=color0, colormap={mymap}{[1pt]
16+
rgb(0pt)=(1,0,0);
17+
rgb(10pt)=(1,0.9375,0);
18+
rgb(11pt)=(0.96875,1,0);
19+
rgb(21pt)=(0.03125,1,0);
20+
rgb(22pt)=(0,1,0.0625);
21+
rgb(32pt)=(0,1,1);
22+
rgb(42pt)=(0,0.0625,1);
23+
rgb(43pt)=(0.03125,0,1);
24+
rgb(53pt)=(0.96875,0,1);
25+
rgb(54pt)=(1,0,0.9375);
26+
rgb(63pt)=(1,0,0.09375)
27+
}]
1628
table{%
1729
x y
1830
0 0.696469185597862

0 commit comments

Comments
 (0)