Scatter plot does not recognize XY column pairs (x1 y1 x2 y2 structure)

Please consider improving how scatter plots interpret input data in LibreOffice Calc, as the current behavior is quite problematic in practice. When working with datasets arranged as consecutive XY column pairs, for example:

x1 y1 x2 y2

Calc treats each column as an independent data series instead of recognizing (x1, y1) and (x2, y2) as two separate XY datasets. As a result, the generated chart is incorrect unless the user manually edits each data series and assigns X and Y ranges one by one.

This behavior is unintuitive, especially in scientific and experimental contexts where such a data layout is very common. It significantly slows down workflow and creates unnecessary friction for users who expect the software to interpret adjacent columns as paired data.

It would be highly beneficial if Calc could either automatically detect XY column pairs in such cases or provide an explicit option in the chart wizard, such as “Interpret adjacent columns as XY pairs.” This would improve usability without breaking existing functionality, as it could remain an opt-in feature.

Overall, this seems like a relatively small UX improvement that could make working with scatter plots much more efficient and aligned with user expectations.

Can you upload an .ods type sample file here?

I never met a user (except you) actually having such expectations.
What you call “data” is imo clearly a serious misarrangement from the beginning. Nothing to do with UX.
Rearrange your data sensibly and UX will be better.

See also
disask_133844_VeryStrangeRearrangement.ods (40.8 KB)

if you have eg. 120 Xn Yn pairs this is something so annoying to change every time making chart. It should work automatically, but it just do:
X1 y1 y2 … Yn
so you need to reclick it and change and change, it is really so much annoying, cause like we live in XXI century and have AI in everyday live and it seems like it stuck in timeloop

Did you understand my example?
Charts visualize data and you need to supply data.
The puzzle you supplied isn’t workable data. Why do you enter or paste all that in an arrangement I never saw before?

I think you don’t understand me. I open normal CSV file. I don’t paste or copy anything manually.
Like every csv I got (I’m studying and we get a lot of csv to work on) have a structure like data is in format of X1 Y1 X2 Y2 so first column is one x and second is one y. And main problem is when u select make chart I got X1 Y1 Y2 … Yn
So This is really annoying. I know I can use python, but it will be nice if Libre Office in further versions will have that feature (MO have it already). I read that is some old problem with Open Office implementation of making charts.

Surely. How should I have understood? You didn’t tell me anything about your original .csv source until now.
Most errors in such cases come from bad settings during import. To get closer I need such a .csv file.