GNOME Bugzilla – Bug 603013
probability plot should show multiple series
Last modified: 2009-11-26 16:46:50 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.
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?
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.
Implemented, but I had to revert the previous fix which made axis loading fail.
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).