Help:Charts
From OpenWetWare
(Difference between revisions)
(→Charts at OWW) |
(→Pie charts) |
||
| Line 78: | Line 78: | ||
{| style="border #EEEEEE 1px solid;" | {| style="border #EEEEEE 1px solid;" | ||
| | | | ||
| - | + | <Pie title="Fluorescent Proteins" | |
| - | colors=336699,669933,993366 | + | colors=336699,669933,993366,CCCC33 xlabel 3d |
| - | + | ||
size=400x200> | size=400x200> | ||
| - | + | CFP, 24 | |
| - | + | GFP, 44 | |
| - | + | RFP, 20 | |
| - | + | YFP, 12 | |
| - | + | </pie> | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | 12 | + | |
| - | </ | + | |
|| | || | ||
<syntax type=python> | <syntax type=python> | ||
| - | < | + | <Pie title="Fluorescent Proteins" |
| - | colors=336699,669933,993366 | + | colors=336699,669933,993366,CCCC33 xlabel 3d |
| - | + | ||
size=400x200> | size=400x200> | ||
| - | + | CFP, 24 | |
| - | + | GFP, 44 | |
| - | + | RFP, 20 | |
| - | + | YFP, 12 | |
| - | + | </pie> | |
| - | + | ||
| - | + | ||
| - | </ | + | |
</syntax> | </syntax> | ||
|} | |} | ||
Revision as of 15:50, 27 August 2008
Line charts
|
|
<syntax type=python>
|
Bars charts
|
|
<syntax type=python>
|
Pie charts
|
|
<syntax type=python>
|


