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 527249 - Boxplot problems with blanks/strings
Boxplot problems with blanks/strings
Status: RESOLVED FIXED
Product: libgoffice
Classification: Other
Component: Graphing / Charting
unspecified
Other All
: Normal normal
: ---
Assigned To: Jean Bréfort
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2008-04-09 22:57 UTC by Morten Welinder
Modified: 2008-04-10 06:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
trivial fix (1.11 KB, patch)
2008-04-10 06:01 UTC, Jean Bréfort
committed Details | Review

Description Morten Welinder 2008-04-09 22:57:34 UTC
1. Make a boxplot with 1,3,foo,2 as data
--> All grey

2. Make a boxplot with 1,3,<blank>,2 as data
--> strange triangle is seen.
Comment 1 Jean Bréfort 2008-04-10 05:36:10 UTC
My bad, anyway 5 data is the minimum to get a boxplot
Comment 2 Jean Bréfort 2008-04-10 06:01:21 UTC
Created attachment 108974 [details] [review]
trivial fix