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 603013 - probability plot should show multiple series
probability plot should show multiple series
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: Charting
git master
Other Linux
: High enhancement
: ---
Assigned To: Jean Bréfort
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2009-11-26 07:56 UTC by Andreas J. Guelzow
Modified: 2009-11-26 16:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
sample gnumeric file (141.03 KB, application/x-gnumeric)
2009-11-26 07:56 UTC, Andreas J. Guelzow
Details

Description Andreas J. Guelzow 2009-11-26 07:56:18 UTC
Created attachment 148510 [details]
sample gnumeric file

I will be attaching a file that contains a probability plot with two series. Unfortunately only one series is shown.
Comment 1 Jean Bréfort 2009-11-26 09:43:48 UTC
Intersting, propability plots have:
	plot_klass->desc.num_series_max = 1;

So a second series should not be possible. This is quite strange (and a bug) that you could add one. How did you do that?
Comment 2 Jean Bréfort 2009-11-26 10:56:48 UTC
gog_add_by_role did not check if the addition was allowed. This is now fixed. If you think that multiple series make sense in a probability plot, I'll make that possible.
Comment 3 Jean Bréfort 2009-11-26 13:45:20 UTC
Implemented, but I had to revert the previous fix which made axis loading fail.
Comment 4 Andreas J. Guelzow 2009-11-26 16:46:50 UTC
Jean thanks for adding that. I think that multiple series do make sense since a user may want to compare two samples.

Of course I had not created the sample using the normal interface but the new normality test tool (which uses gog_add_by_role).