Help:Charts: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
(New page: ==Charts at OWW== {| style="border #EEEEEE 1px solid;" | <lines title="Fluorescent Proteins" colors=336699,669933,993366 ylabel=5 xlabel legend grid=xy size=400x200> , CFP, GFP, RFP 1,...)
 
Line 1: Line 1:
==Charts at OWW==
==Line charts==


{| style="border #EEEEEE 1px solid;"
{| style="border #EEEEEE 1px solid;"
Line 41: Line 41:
12, 142, 1946, 765
12, 142, 1946, 765
</lines>
</lines>
</syntax>
|}
==Bars charts==
{| style="border #EEEEEE 1px solid;"
|
<bars title="Fluorescent Proteins"
colors=336699,669933,993366
ylabel=5 xlabel legend grid=xy
size=400x200>
, CFP, GFP, RFP
1, 170, 293, 443
2, 247, 378, 466
3, 235, 161, 745
</bars>
||
<syntax type=python>
<bars title="Fluorescent Proteins"
colors=336699,669933,993366
ylabel=5 xlabel legend grid=xy
size=400x200>
, CFP, GFP, RFP
1, 170, 293, 443
2, 247, 378, 466
3, 235, 161, 745
</bars>
</syntax>
|}
==Pie charts==
{| style="border #EEEEEE 1px solid;"
|
<Pie title="Fluorescent Proteins"
colors=336699,669933,993366
ylabel=5 xlabel legend grid=xy
size=400x200>
, CFP, GFP, RFP
1, 170, 1293, 443
2, 247, 1378, 466
3, 235, 1761, 745
4, 236, 1837, 754
5, 161, 1003, 345
6, 152, 1169, 456
7, 133, 1253, 564
8, 83, 978, 745
9, 95, 1309, 376
10, 117, 1510, 454
11, 125, 1367, 234
12, 142, 1946, 765
</bars>
||
<syntax type=python>
<bars title="Fluorescent Proteins"
colors=336699,669933,993366
ylabel=5 xlabel legend grid=xy
size=400x200>
, CFP, GFP, RFP
1, 170, 1293, 443
2, 247, 1378, 466
3, 235, 1761, 745
4, 236, 1837, 754
5, 161, 1003, 345
6, 152, 1169, 456
</bars>
</syntax>
</syntax>
|}
|}

Revision as of 12:43, 27 August 2008

Line charts

<lines title="Fluorescent Proteins"

colors=336699,669933,993366 ylabel=5 xlabel legend grid=xy size=400x200> , CFP, GFP, RFP 1, 170, 1293, 443 2, 247, 1378, 466 3, 235, 1761, 745 4, 236, 1837, 754 5, 161, 1003, 345 6, 152, 1169, 456 7, 133, 1253, 564 8, 83, 978, 745 9, 95, 1309, 376 10, 117, 1510, 454 11, 125, 1367, 234 12, 142, 1946, 765 </lines>

<syntax type=python> <lines title="Fluorescent Proteins" colors=336699,669933,993366 ylabel=5 xlabel legend grid=xy size=400x200> , CFP, GFP, RFP 1, 170, 1293, 443 2, 247, 1378, 466 3, 235, 1761, 745 4, 236, 1837, 754 5, 161, 1003, 345 6, 152, 1169, 456 7, 133, 1253, 564 8, 83, 978, 745 9, 95, 1309, 376 10, 117, 1510, 454 11, 125, 1367, 234 12, 142, 1946, 765 </lines> </syntax>


Bars charts

<bars title="Fluorescent Proteins" colors=336699,669933,993366 ylabel=5 xlabel legend grid=xy size=400x200> , CFP, GFP, RFP 1, 170, 293, 443 2, 247, 378, 466 3, 235, 161, 745 </bars>

<syntax type=python> <bars title="Fluorescent Proteins" colors=336699,669933,993366 ylabel=5 xlabel legend grid=xy size=400x200> , CFP, GFP, RFP 1, 170, 293, 443 2, 247, 378, 466 3, 235, 161, 745 </bars> </syntax>


Pie charts

<Pie title="Fluorescent Proteins"

colors=336699,669933,993366 ylabel=5 xlabel legend grid=xy size=400x200> , CFP, GFP, RFP 1, 170, 1293, 443 2, 247, 1378, 466 3, 235, 1761, 745 4, 236, 1837, 754 5, 161, 1003, 345 6, 152, 1169, 456 7, 133, 1253, 564 8, 83, 978, 745 9, 95, 1309, 376 10, 117, 1510, 454 11, 125, 1367, 234 12, 142, 1946, 765 </bars>

<syntax type=python> <bars title="Fluorescent Proteins" colors=336699,669933,993366 ylabel=5 xlabel legend grid=xy size=400x200> , CFP, GFP, RFP 1, 170, 1293, 443 2, 247, 1378, 466 3, 235, 1761, 745 4, 236, 1837, 754 5, 161, 1003, 345 6, 152, 1169, 456 </bars> </syntax>