[goffice] Fix description of ring plots. [#606162]



commit d2b34518263df6b05bdc88f7678ea232047af6a5
Author: Andreas J. Guelzow <aguelzow math concordia ab ca>
Date:   Wed Jan 6 08:44:35 2010 -0700

    Fix description of ring plots. [#606162]
    
    2010-01-06  Andreas J. Guelzow <aguelzow pyrshep ca>
    
    	* plugins/plot_pie/plot-types.xml.in: fix description

 ChangeLog                          |    5 +++++
 NEWS                               |    3 +++
 plugins/plot_pie/plot-types.xml.in |    4 ++--
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 7001681..5dfc2af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-01-06  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* plugins/plot_pie/plot-types.xml.in: fix description
+
+
 2009-12-27  Jean Brefort  <jean brefort normalesup org>
 
 	* goffice/canvas/goc-polygon.c (goc_polygon_update_bounds): fixed bounds.
diff --git a/NEWS b/NEWS
index 06021f4..10fbf62 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
 goffice 0.7.18:
 
+Andreas:
+	* Fix description of ring plots. [#606162]
+
 Jean:
 	* Add a name to regression curves for display in legends. [#605040]
 	* Fixed GocPolygon bounds. [#605496]
diff --git a/plugins/plot_pie/plot-types.xml.in b/plugins/plot_pie/plot-types.xml.in
index d014542..a97305b 100644
--- a/plugins/plot_pie/plot-types.xml.in
+++ b/plugins/plot_pie/plot-types.xml.in
@@ -31,12 +31,12 @@
    </Type>
     <Type _name="Ring" row="1" col="1"
 	  engine="GogRingPlot" family="Ring"
-	  _description="Percentage of each contributor displayed in ring for each serie."
+	  _description="Percentage of each contributor displayed as a segment of a ring with one ring for each series."
 	  sample_image_file="chart_ring_1_1.png">
     </Type>
     <Type _name="Split Ring" row="1" col="2"
 	  engine="GogRingPlot" family="Ring"
-	  _description="Percentage of each contributor displayed in ring for each serie with wedges of the last ring split apart."
+	  _description="Percentage of each contributor displayed as a segment of a ring with one ring for each series; the wedges of the outside ring (corresponding to the last series) are split apart."
 	  sample_image_file="chart_ring_1_2.png">
 	  <property name="default_separation">.20</property>
     </Type>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]