Genomic Object Net Visualizer Online Samples
sample11 : How to assign each time value in a CVS data to the image color of an object?
Sorry. Document is not written for the sample XML file Now!
XML elements: animeSingleObject,animeSingleColor
XML source code
1: <?xml version="1.0" encoding="UTF-8"?>
2:
3:
4: <!DOCTYPE test SYSTEM "GonVisTool.dtd">
5:
6: <test>
7:
8: <imageFile id="img1" file="./img1.png" />
9:
10: <tableFile file="sample.csv">
11: <placeName id="data1" name="data1" />
12: </tableFile>
13:
14: <animation title="Sample" backColor="0 0 0">
15: <animeSingleObject position="0 0 0">
16: <animeImage image="img1" size="50 50" />
17: <animeSingleColor event="data1"
18: baseColor="0 0 0"
19: color="255 255 0"
20: threshold="50"
21: saturation="100"
22: />
23: </animeSingleObject>
24: </animation>
25:
26: <plotter title="2D time-series Plot"
27: xLabel="Time"
28: yLabel="Number of Tokens"
29: legendPosition="0.7 0.8"
30: backColor="1 1 1"
31: axesColor="0 0 0"
32: lineWidth="1"
33: pointSize="3"
34: >
35: <plotSeries event="data1" label="Data1" color="1 0 0" />
36: </plotter>
37:
38: </test>
39:
40:
41:
© 2002-2004, Human Genome Center, Miyano Laboratory, All Rights Reserved.