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

Search results for "module:Tk::Axis"

Tk::Axis - Canvas with Axes River stage zero No dependents

This is an improved version of the axis widget. Changes with respect to the previous version are : * the 'pack' has been moved out the widget. One has to do his own packing * it is now possible to work in the coordinates of the axis. The following pi...

HANJE/Tk-Contrib-0.08 - 29 Jun 2023 20:13:57 UTC

Tk::Graph - A graphical Chartmaker at Canvas (Realtime). River stage zero No dependents

A graphical Chartmaker at Canvas (Realtime). This is a real Canvas widget, so you can draw with the standard routines in the Canvas object. For example, you can draw a line with *$chart*->*line(x,y,...)*. This is useful for you when you will add a lo...

XPIX/Tk-Graph-0.06 - 12 Dec 2002 17:20:22 UTC

Tk::Pgplot - Draw PGPLOT graphics in a Perl/Tk window River stage zero No dependents

This module implements a pgplot widget that can be used in a Perl/Tk window. Additional options, described above, may be specified on the command line or in the option database to configure aspects of the widget....

RKACKLEY/Tk-Pgplot-0.40 - 29 Jan 2008 20:28:28 UTC

Tk::LineGraph - A 2D Plot widget written entirely in Perl/Tk. River stage zero No dependents

The LineGraph widget is an extension of the Canvas widget that will plot Dataset objects in a 2D graph. It is written entirely in Perl/Tk. Scaled labeled X, Y and Y1 axis are displayed. Many Datasets can be displayed in one LineGraph widget. The widg...

CLIFFORD/Tk-LineGraph-0.01 - 23 Jan 2006 20:20:27 UTC

Tk::PlotDataset - An extended version of the canvas widget for plotting 2D line graphs. Plots have a legend, zooming capabilities and the option to display error bars. River stage zero No dependents

PlotDataset is a quick and easy way to build an interactive plot widget into a Perl application. The module is written entirely in Perl/Tk. The widget is an extension of the Canvas widget that will plot LineGraphDataset objects as lines onto a 2D gra...

ITDEV/Tk-PlotDataset-2.05 - 15 Aug 2016 15:16:24 UTC

Tk::WorldCanvas - Autoscaling Canvas widget with zoom, viewAll, viewArea, viewFit, and center. River stage one • 3 direct dependents • 3 total dependents

This module is a wrapper around the Canvas widget that maps the user's coordinate system to the now mostly hidden coordinate system of the Canvas widget. In world coordinates the y-axis increases in the upward direction. *WorldCanvas* is meant to be ...

SKROVAN/Tk-WorldCanvas-1.2.7 - 19 Nov 2002 22:28:29 UTC

Tk::Chart::Pie - Extension of Canvas widget to create a pie graph. River stage zero No dependents

Tk::Chart::Pie is an extension of the Canvas widget. It is an easy way to build an interactive pie graph into your Perl Tk widget. The module is written entirely in Perl/Tk. You can set a background gradient color. When the mouse cursor passes over a...

DJIBEL/Tk-Chart-1.22 - 09 Feb 2018 13:09:55 UTC

Tk::Chart::Bars - Extension of Canvas widget to create bars graph. River stage zero No dependents

Tk::Chart::Bars is an extension of the Canvas widget. It is an easy way to build an interactive bar graph into your Perl Tk widget. The module is written entirely in Perl/Tk. You can set a background gradient color. You can change the color, font of ...

DJIBEL/Tk-Chart-1.22 - 09 Feb 2018 13:09:55 UTC

LineGraphDataset - An Object into which to store data to be plotted by the LineGraph widget. River stage zero No dependents

LinePlotDataset is an object into which data and meta data can be stored. This object can be plotted by the LineGraph widget....

CLIFFORD/Tk-LineGraphDataset-0.01 - 23 Jan 2006 20:06:34 UTC

Tk::Chart::Lines - Extension of Canvas widget to create a line graph. River stage zero No dependents

Tk::Chart::Lines is an extension of the Canvas widget. It is an easy way to build an interactive line graph into your Perl Tk widget. The module is written entirely in Perl/Tk. You can set a background gradient color. You can change the color, font o...

DJIBEL/Tk-Chart-1.22 - 09 Feb 2018 13:09:55 UTC

Tk::Chart::Areas - Extension of Canvas widget to create area lines graph. River stage zero No dependents

Tk::Chart::Areas is an extension of the Canvas widget. It is an easy way to build an interactive Area line graph into your Perl Tk widget. The module is written entirely in Perl/Tk. You can set a background gradient color. You can change the color, f...

DJIBEL/Tk-Chart-1.22 - 09 Feb 2018 13:09:55 UTC

Tk::Chart::Mixed - Extension of Canvas widget to create mixed graph. River stage zero No dependents

Tk::Chart::Mixed is an extension of the Canvas widget. It is an easy way to build an interactive graph into your Perl Tk widget. The module is written entirely in Perl/Tk. You can set a background gradient color. In the same graph, you can create lin...

DJIBEL/Tk-Chart-1.22 - 09 Feb 2018 13:09:55 UTC

Starlink::AST::Tk - AST wrapper to the Tk library River stage one • 1 direct dependent • 1 total dependent

This file implements the low level graphics functions required by the rest of AST, by calling suitable Tk::Canvas or Tk::Zinc functions. In all the routines $w is a reference to the Tk::Canvas or Tk::Zinc object on which we're plotting....

GSB/Starlink-AST-3.03 - 18 Apr 2023 19:54:20 UTC

Tk::AbstractCanvas - Canvas with Abstract center, zoom, and rotate methods River stage zero No dependents

AbstractCanvas provides an alternative to a Tk::Canvas object which partially abstracts the coordinates of objects drawn onto itself. This allows the entire Canvas to be zoomed or rotated. Rotations modify the coordinates that the original object was...

PIP/Tk-AbstractCanvas-1.82 - 13 Jul 2017 16:20:47 UTC

Tk::Chart::Boxplots - Extension of Canvas widget to create boxplots graph. River stage zero No dependents

Tk::Chart::Boxplots is an extension of the Canvas widget. It is an easy way to build interactive boxplots (also known as a box-and-whisker diagram or plot) graph into your Perl Tk widget. The module is written entirely in Perl/Tk. You can set a backg...

DJIBEL/Tk-Chart-1.22 - 09 Feb 2018 13:09:55 UTC

Tk::ForDummies::Graph::Pie - DEPRECATED : now use Tk::Chart. River stage zero No dependents

Tk::ForDummies::Graph::Pie is an extension of the Canvas widget. It is an easy way to build an interactive pie graph into your Perl Tk widget. The module is written entirely in Perl/Tk. You can set a background gradient color. When the mouse cursor p...

DJIBEL/Tk-ForDummies-Graph-1.14 - 21 Oct 2010 22:33:52 UTC

Tk::ForDummies::Graph::Bars - DEPRECATED : now use Tk::Chart. River stage zero No dependents

Tk::ForDummies::Graph::Bars is an extension of the Canvas widget. It is an easy way to build an interactive bar graph into your Perl Tk widget. The module is written entirely in Perl/Tk. You can set a background gradient color. You can change the col...

DJIBEL/Tk-ForDummies-Graph-1.14 - 21 Oct 2010 22:33:52 UTC

Tk::ForDummies::Graph::Areas - DEPRECATED : now use Tk::Chart. River stage zero No dependents

Tk::ForDummies::Graph::Areas is an extension of the Canvas widget. It is an easy way to build an interactive Area line graph into your Perl Tk widget. The module is written entirely in Perl/Tk. You can set a background gradient color. You can change ...

DJIBEL/Tk-ForDummies-Graph-1.14 - 21 Oct 2010 22:33:52 UTC

Tk::ForDummies::Graph::Mixed - DEPRECATED : now use Tk::Chart. River stage zero No dependents

Tk::ForDummies::Graph::Mixed is an extension of the Canvas widget. It is an easy way to build an interactive graph into your Perl Tk widget. The module is written entirely in Perl/Tk. You can set a background gradient color. In the same graph, you ca...

DJIBEL/Tk-ForDummies-Graph-1.14 - 21 Oct 2010 22:33:52 UTC

Tk::ForDummies::Graph::Lines - DEPRECATED : now use Tk::Chart. River stage zero No dependents

Tk::ForDummies::Graph::Lines is an extension of the Canvas widget. It is an easy way to build an interactive line graph into your Perl Tk widget. The module is written entirely in Perl/Tk. You can set a background gradient color. You can change the c...

DJIBEL/Tk-ForDummies-Graph-1.14 - 21 Oct 2010 22:33:52 UTC
21 results (0.036 seconds)