##The Objective ##
I have three columns of data. One contains X-values, the other contains corresponding Y-values, and one contains a label for that pair. I want to graph them the way that Libreoffice graphs by default if I select the non-data-label columns and create an xy plot, but I want each point to be labeled individually (above the point or in a key, doesn’t matter).
Example
I have (made up) data about people’s heights and weights as follows:
Height Weight
Mary-----72----------150
Jim-------68-----------140
Bob-----54-----------105
Scott----78----------160
Will------64-----------130
Emma–66-----------135
I want to graph height on the x-axis and weight on the y-axis, and I want each data point to be labeled with the person’s name. I can’t get libreoffice to do this by default, and while a lot of people have said online that you need a macro to do it, I haven’t been able to find one of those, either.
It’s not that bad to enter it manually as a bunch of different data series if there are only a few points like this, but when it gets to be larger, it’s a bit of a pain.
Thanks a lot,
Steavio99