GNOME Bugzilla – Bug 318316
R2 coefficient of linear regression is always displayed after saving
Last modified: 2005-10-14 12:12:58 UTC
Version details: 1.5.90 produce a simple XY chart add a linear regression to the series add equation to the regression turn off the "Display regression coefficient R²" click ok observe that the R² is not shown save the file, close and open it again observe that the R² is shown again
looking at the xml file, one can see that the properties "name=show-eq" and "name=show-r2" are not saved if they are FALSE. if they are TRUE, they are correctly saved: <property name="show-eq">TRUE</property> <property name="show-eq">TRUE</property> thus when the file is opened again, the default behavior is (well, I beleive) to show everything.
Created attachment 53246 [details] [review] A possible fix
Emmanuel, your solution is obviously the right one, you should commit.
agreed.
*** Bug 318818 has been marked as a duplicate of this bug. ***