https://bugs.documentfoundation.org/show_bug.cgi?id=94872

Jean-Baptiste Faure <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO
                 CC|                            |[email protected]

--- Comment #4 from Jean-Baptiste Faure <[email protected]> ---
(In reply to thoskk from comment #3)
> > Question from a developer on IRC: what happens if two bars have the same x
> > value?
> xy-scatters don't make much sense if two identical x-values are present. If
> so, the second one belongs to a different x-axis.

Really? Did you never make chart of jump function?

Please, could you attach a screen copy of a xy (scatter) chart as bars/columns?

If I understand your request correctly, I think you can do such a chart in LO:
1/ assuming x values are in column A and y values in column B, from x-data,
compute an x-step which divides each [x_i ; x_i+1] interval
2/ create in column C a new x data column with this step
3/ for each x value in column C available in column A set the corresponding y
value in column D
4/ for each x value in C not present in column A, set the corresponding y value
in column D to zero
You can use lookup function to do 3 and 4.
5/ Now you have xy data with constant x step and you can create a bar chart
with columns C and D.

Best regards. JBF

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to