The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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