Revision history for Tk-ForDummies-Graph
1.10 18/07/2009 00:22:43
Tk::ForDummies::Graph::Boxplots
The same algorithm as Excel and type 7 R package is used for the quantile Q1 et Q3 calculation.
new boxplot_information method added.
Warning fixed in all add_data method (Tk::ForDummies::Graph::*) when legend not defined.
CPAN documentation updated.
1.09 16/07/2009 20:26:56
The calcul of quantile (Q1, Q3) was wrong for impair numbers of data values
in Tk::ForDummies::Graph::Boxplots. The bug is fix now and the calcul
is the same as in Excel, and in R language it is the equivalent of quantile type 7
1.08 07/07/2009 21:45:08
New options in Tk::ForDummies::Graph::Lines module to create lines chart as Bezier curve :
-bezier replaces -smoothline (deprecated) and allows to create lines chart as Bezier curve.
New option -spline, the curve crosses by all points.
1.07 13/05/2009
New options -titleposition, -xvalueview and -yvalueview
1.06 13/04/2009 16:54:30
fix bugs in Tk-ForDummies-Graph modules (legend, ...)
updated Tk::ForDummies::Graph::Boxplots
1.05 11/04/2009 01:00:22
Tk::ForDummies::Graph::Splines added.
Tk::ForDummies::Graph::FAQ added.
Tk::ForDummies::Graph::Boxplots added.
Tk::ForDummies::Graph::Points added.
New option -smoothline in Tk::ForDummies::Graph::Lines
fix bug :
- If you don't have a value for a point in a dataset, you can use undef, and the point will be really skipped.
1.04 01/04/2009 Fix bug installation, pod documentations and script bugs.
1.03 31/03/2009 Tk::ForDummies::Graph::Areas added.
1.02 30/03/2009 Tk::ForDummies::Graph::Pie updated.
option -startangle have been added
1.01 30/03/2009 Change Read me.
1.00 24/03/2009 First version for CPAN.