Author: Peter Keung
Date: 2007-02-07 19:20:49 +0100 (Wed, 07 Feb 2007)
New Revision: 4633

Log:
Revised Graph eZ Components tutorial to reflect Kore's comments
Modified:
   trunk/Graph/docs/tutorial.txt

Modified: trunk/Graph/docs/tutorial.txt
===================================================================
--- trunk/Graph/docs/tutorial.txt       2007-02-07 15:57:28 UTC (rev 4632)
+++ trunk/Graph/docs/tutorial.txt       2007-02-07 18:20:49 UTC (rev 4633)
@@ -22,8 +22,9 @@
 To define overall layouts for graphs, you can use palettes,
 which specify default colors, symbols, fonts and spacings.
 
-Data is provided through ezcGraphDataSet arrays. You also can perform
-statistical operations on data, as you will see later.
+Data is provided through ezcGraphDataSet objects, which are normally created
+from simple arrays. You also can perform statistical operations on data, as you
+will see later.
 
 Class overview
 ==============
@@ -519,7 +520,7 @@
   label centered next to the step. Therefore, this renderer omits the label for
   the initial step on the axis (0, 0) by default. However, this can be forced
   as shown in example 14. The label is omitted because it would interfere with
-  the readability of the axis or the labels of the other axis.
+  the axis or the labels of the other axis, and thus be difficult to read.
 
 - ezcGraphAxisBoxedLabelRenderer
 

-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to