After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 671508 - failure to show interpolation lines
failure to show interpolation lines
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: import/export OOo / OASIS
git master
Other Linux
: Normal normal
: ---
Assigned To: Andreas J. Guelzow
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2012-03-06 23:34 UTC by Andreas J. Guelzow
Modified: 2012-03-07 07:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
sample file showing problem (847.30 KB, application/vnd.oasis.opendocument.spreadsheet)
2012-03-06 23:34 UTC, Andreas J. Guelzow
Details

Description Andreas J. Guelzow 2012-03-06 23:34:55 UTC
Created attachment 209120 [details]
sample file showing problem

Open the attached file
have a look at the graph to the bottom right of I50
note that there are no connecting lines between the dots
right click on the chart and open the properties dialog
select Series1
check the style and note that there should be a line in black 0.6 pts wide
Comment 1 Jean Bréfort 2012-03-07 06:52:45 UTC
You need to skip the invalid data. The default for gnumeric is to show interpolation only if at least two consecutive data are valid, which is not the case in the E column. The solution is to set the appropriate property when importing from ods.
Comment 2 Andreas J. Guelzow 2012-03-07 06:59:46 UTC
Thanks Jean, I thought you would likely know what is going on here....
Comment 3 Andreas J. Guelzow 2012-03-07 07:34:58 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.