Changes for version 1.08
- New options in Tk::ForDummies::Graph::Lines module to create lines chart as Bézier curve : -bezier replaces -smoothline (deprecated) and allows to create lines chart as Bézier curve. New option -spline, the curve crosses by all points.
Documentation
Frequently Asked Questions about Tk::ForDummies::Graph.
To create point lines chart.
To create lines chart as Beacutezier curve.
Modules
Extension of Canvas widget to create a graph like GDGraph.
Extension of Canvas widget to create area lines chart.
Extension of Canvas widget to create bars chart.
Extension of Canvas widget to create boxplots chart.
Extension of Canvas widget to create a line chart.
Extension of Canvas widget to create a pie chart.
Internal utilities used by Tk::ForDummies::Graph modules
Other files
- Changes
- MANIFEST
- META.yml
- Makefile.PL
- README
- TODO
- demo/AreaSimple.pl
- demo/BarsCumulateZoomMenu.pl
- demo/BarsNoLegend.pl
- demo/BarsNoSpacingbarShowValues.pl
- demo/BarsOverwrite.pl
- demo/BarsSimple.pl
- demo/BoxplotSimple.pl
- demo/LinesNegativeValues.pl
- demo/LinesSimple.pl
- demo/LinesZoomMenu.pl
- demo/Pie.pl
- demo/PointsSimple.pl
- demo/SplinedLines.pl