I’m trying to make a xy scatter graph. The problem is that I found some limitations on Calc that doesn’t exactly let me do what I want.
While most of the things I want to do can be made in a way or another, I found out that I can only select one source for my data labels making all the columns and lines starting at the same initial value.
Example:
- A1->A9: my X
- B1->B9: my Y
- C1->C9: my 2nd Y
- D1->D18: labels
If I make a graph with A, B and C values and use the labels, it will make values on C and D start on the same label from D1 and I don’t, I want to be able to separate them like D1->D9 are for the first Y, D9->D18 are for the 2nd while using the same column for them.
Visual aid in case it’s not perceptible:
NOTE - Ignore the values of the X, I simply edited my current work to look less strange so it could be used partially as an example.
So what I ask is … Is there a way of having it done the way I want? Am I missing something? I know that I can use “;” and add more sources but it does nothing from what I noticed.
PS - I’m open to even use macros, extensions or even another column for this [I know I can do another graph and place it over the past one but it has the potential of screwing my work if I need to change the X min and max values and that’s something I want to evade]. This would make my work a lot easier instead of forcing me to code a program from zero just to display what I want the way I want when I’m so close to get everything needed done.