Is it possible to create a chart in OpenOffice calc using columns and rows?

1

Is it possible in OpenOffice Calc to create a single chart where one set of data is derived from columns, and another set of data is derived from rows?

Questioner

Posted 2012-03-14T08:18:07.627

Reputation: 618

Answers

1

Yes, this is possible (i tested it with LibreOffice 3.5 - but i'm sure it works the same way with OpenOffice):

  • Starting with these values...

    Values

  • Select cells A1:B5, add chart, select "Line" type, select "Points and Lines" style (should work with other chart types and styles, too):

    Wizard1

  • In the next step, select "Data series in columns", both First Row / First Column as label:

    Wizard2

  • Next step is most important: in the next wizard window, add the second data series manually. To do so, hit the Add button and set Name and Y-Values manually:

    Wizard3a

    Wizard3b

  • Now, hit Finish. The result will look similar to this:

    Chart

The only limitation is that you can't set differenct captions for the different Y axis values - in my example, you will have to decide to use either A2:A5 or B7:E7.

tohuwawohu

Posted 2012-03-14T08:18:07.627

Reputation: 8 627