Genomic Object Net Visualizer Online Samples
sample4 : How to read CSV file and make multi 2D time-series plotting Graph windows on Visualizer?
Sorry. Document is not written for the sample XML file Now!
XML elements: plotter
XML source code
1: <?xml version="1.0" encoding="UTF-8"?>
2:
3: <!DOCTYPE test SYSTEM "GonVisTool.dtd">
4:
5: <test>
6:
7: <tableFile file="sample.csv">
8: <placeName id="data1" name="data1" />
9: <placeName id="data2" name="data2" />
10: </tableFile>
11:
12: <tableFile file="sample2.csv">
13: <placeName id="data3" name="data1" />
14: <placeName id="data4" name="data2" />
15: </tableFile>
16:
17: <plotter title="2D time-series Plot1"
18: xLabel="Time"
19: yLabel="Number of Tokens"
20: legendPosition="0.7 0.8"
21: backColor="1 1 1"
22: axesColor="0 0 0"
23: lineWidth="1"
24: pointSize="3"
25: >
26: <plotSeries event="data1" label="Data1" color="1 0 0" />
27: <plotSeries event="data2" label="Data2" color="0 0 1" />
28: </plotter>
29:
30: <plotter title="2D time-series Plot2"
31: xLabel="Time"
32: yLabel="Number of Tokens"
33: legendPosition="0.7 0.8"
34: backColor="1 1 1"
35: axesColor="0 0 0"
36: lineWidth="1"
37: pointSize="3"
38: >
39: <plotSeries event="data3" label="Data3" color="1 0 0" />
40: <plotSeries event="data4" label="Data4" color="0 0 1" />
41: </plotter>
42:
43: </test>
44:
45:
46:
© 2002-2004, Human Genome Center, Miyano Laboratory, All Rights Reserved.