Help:Charts
From OpenWetWare
(Difference between revisions)
| Line 1: | Line 1: | ||
==Charts on OWW== | ==Charts on OWW== | ||
| - | You can generate line, bars and pie charts on OWW directly via CSV (comma separated values) data. Below we have an example of each type | + | * You can generate line, bars and pie charts on OWW directly via CSV (comma separated values) data. Below we have an example of each chart type and the example of the wiki code that generated it (random data used). |
| - | + | ===Line chart=== | |
| - | ===Line | + | |
{| style="border #EEEEEE 1px solid;" | {| style="border #EEEEEE 1px solid;" | ||
| Line 48: | Line 47: | ||
|} | |} | ||
| - | ===Bars | + | ===Bars chart=== |
{| style="border #EEEEEE 1px solid;" | {| style="border #EEEEEE 1px solid;" | ||
| Line 77: | Line 76: | ||
| - | ===Pie | + | ===Pie chart=== |
{| style="border #EEEEEE 1px solid;" | {| style="border #EEEEEE 1px solid;" | ||
Revision as of 16:27, 28 August 2008
Contents |
Charts on OWW
- You can generate line, bars and pie charts on OWW directly via CSV (comma separated values) data. Below we have an example of each chart type and the example of the wiki code that generated it (random data used).
Line chart
|
|
<syntax type=python>
|
Bars chart
|
|
<syntax type=python>
|
Pie chart
|
|
<syntax type=python>
|


