Forums
Graphing, Bar Charts
| Mar 6 2007 at 1:48 pm | ||
|---|---|---|
|
anyways to make it graph columns over rows? i.e.
right now it graphs: 10 400 50 12 200 30
would be better for me to graph 10 12 400 200
etc. jeffrey. |
| Mar 6 2007 at 7:54 pm | ||
|---|---|---|
|
Hi Sorry for the late reply, You'll have to transpose the data manually before inputting it to the bar graph since it can only plot it by columns as you said.
size weight height
Sending Metric A B
to the bar graph will give you what you wanted.
Hope this helps. |