GNOME Bugzilla – Bug 741910
xls: markers do not appear in graph
Last modified: 2015-01-07 14:50:34 UTC
Created attachment 293261 [details] .xls file to reproduce the problem. Steps to reproduce: - open the attached file in gnumeric => in the dD-int-ratios sheet, the graph does not show any marker. These markers show up when opening the file in XL. Tested on gnumeric-1.12.14
You are asking for an XY plot, but your X data is not numeric.
OK you are right, I now see the issue. The x-data are not numeric. XL treats them as numbers starting with 0, 1, etc. Not sure we should do the same, even for the sake of compatibility.
Maybe the best thing in this case would be to transform the XY plot to a Line Plot.
Need to be fixed. Both XL and LO show the markers in such graphs.
We might use go_data_is_valid() which is currently not use. The issue is that I don't know what it was introduced for
Created attachment 293375 [details] [review] Initial patch Not sure this is safe although I could not get a crash with any plot type I tried (with invalid data).
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.