Template:Team:UC Davis/KO3D
From 2013.igem.org
(Difference between revisions)
Line 253: | Line 253: | ||
NEAR = 0.1, | NEAR = 0.1, | ||
FAR = 10000; | FAR = 10000; | ||
- | var dataMax = | + | var dataMax = 90000; |
mutantcolors = ["white", "#ff6666", "yellow", "#66ff66", "#66ffff", "#ddaaff", "pink"]; | mutantcolors = ["white", "#ff6666", "yellow", "#66ff66", "#66ffff", "#ddaaff", "pink"]; | ||
Line 359: | Line 359: | ||
{ | { | ||
xaxis: {max:10, min:0}, | xaxis: {max:10, min:0}, | ||
- | yaxis: {max: | + | yaxis: {max: dataMax, min:0}, |
grid: { }, | grid: { }, | ||
points: {show: true}, | points: {show: true}, | ||
Line 484: | Line 484: | ||
{ | { | ||
xaxis: {max:10, min:0}, | xaxis: {max:10, min:0}, | ||
- | yaxis: {max: | + | yaxis: {max:dataMax, min:0}, |
grid: { }, | grid: { }, | ||
}); | }); |
Revision as of 07:44, 26 October 2013