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 "scatter"

ScatterPlot - Perl extension for drawing ASCII scatter plots River stage zero No dependents

This module will draw a quick and easy ASCII scatter plot. It has only two functions, new() and draw(). new() takes no arguments and creates a new ScatterPlot object. draw() can be called with no arguments to draw a sample test plot. You can call dra...

INVENTOR/ScatterPlot-0_2 - 04 Sep 2007 08:15:22 UTC - Search in distribution

Chart::OFC2::Scatter - OFC2 Scatter chart River stage zero No dependents

extends 'Chart::OFC2::Element';...

JKUTEJ/Chart-OFC2-0.07 - 06 Feb 2010 15:04:49 UTC - Search in distribution

Dist::Maker::Scatter - Builds and scatters distributions River stage zero No dependents

GFUJI/Dist-Maker-0.10 - 07 Jul 2013 07:36:53 UTC - Search in distribution

Chart::OFC::Dataset::Scatter - A dataset represented as a scatter plot point for each value River stage zero No dependents

This class contains values to be charted as scatter points on a grid chart....

DROLSKY/Chart-OFC-0.12 - 25 Jan 2014 23:10:05 UTC - Search in distribution

Chart::Plotly::Trace::Scatter - The scatter trace type encompasses line charts, scatter charts, text charts, and bubble charts. The data visualized as scatter point or lines is set in `x` and `y`. Text (appearing either on the chart or on hover only) is via `text`. Bubble charts are achieved by setting `marker.size` and/or `marker.color` to numerical arrays. River stage one • 2 direct dependents • 2 total dependents

The scatter trace type encompasses line charts, scatter charts, text charts, and bubble charts. The data visualized as scatter point or lines is set in `x` and `y`. Text (appearing either on the chart or on hover only) is via `text`. Bubble charts ar...

PABLROD/Chart-Plotly-0.042 - 15 Aug 2022 15:26:22 UTC - Search in distribution

Spreadsheet::WriteExcel::Chart::Scatter - A writer class for Excel Scatter charts. River stage two • 35 direct dependents • 49 total dependents

This module implements Scatter charts for Spreadsheet::WriteExcel. The chart object is created via the Workbook "add_chart()" method: my $chart = $workbook->add_chart( type => 'scatter' ); Once the object is created it can be configured via the follo...

JMCNAMARA/Spreadsheet-WriteExcel-2.40 - 07 Nov 2013 00:47:02 UTC - Search in distribution

Graph/Glyph/scatter.pm River stage one • 2 direct dependents • 4 total dependents

ALLENDAY/SVG-Graph-0.02 - 11 Jun 2008 17:40:33 UTC - Search in distribution
  • SVG::Graph - Visualize your data in Scalable Vector Graphics (SVG) format.

Excel::Writer::XLSX::Chart::Scatter - A class for writing Excel Scatter charts. River stage two • 27 direct dependents • 34 total dependents

This module implements Scatter charts for Excel::Writer::XLSX. The chart object is created via the Workbook "add_chart()" method: my $chart = $workbook->add_chart( type => 'scatter' ); Once the object is created it can be configured via the following...

JMCNAMARA/Excel-Writer-XLSX-1.12 - 26 Feb 2024 18:25:58 UTC - Search in distribution

Chart.pm River stage zero No dependents

RDP/GD-Chart-0.05 - 19 Feb 2004 13:16:55 UTC - Search in distribution

Google::Chart::Type::ScatterPlot - Google::Chart ScatterPlot Type River stage one • 2 direct dependents • 2 total dependents

DMAKI/Google-Chart-0.05014 - 21 Aug 2009 02:42:20 UTC - Search in distribution

Quiq::Gd::Component::ScatterGraph - Farbpunkte in einer Fläche River stage zero No dependents

Die Klasse erweitert die Basisklasse Quiq::Gd::Component::Graph um eine Z-Komponente. Die Werte dieser Komponente werden in Farbwerte übersetzt und in den Positionen der X,Y-Komponenten abgetragen. POD ERRORS Hey! The above document had some coding e...

FSEITZ/Quiq-1.215 - 28 Mar 2024 21:53:27 UTC - Search in distribution

GD - Interface to Gd Graphics Library River stage three • 98 direct dependents • 155 total dependents

GD.pm is a Perl interface to Thomas Boutell's gd graphics library (version 2.01 or higher; see below). GD allows you to create color drawings using a large number of graphics primitives, and emit the drawings as PNG files. GD defines the following fo...

RURBAN/GD-2.81 - 03 May 2024 17:02:57 UTC - Search in distribution

Dash - Analytical Web Apps in Perl (Port of Plotly's Dash to Perl) River stage zero No dependents

This package is a port of Plotly's Dash <https://dash.plot.ly/> to Perl. Dash makes building analytical web applications very easy. No JavaScript required. It's a great way to put a nice interactive web interface to your data analysis application wit...

PABLROD/Dash-0.11 - 14 Aug 2022 14:02:57 UTC - Search in distribution

patra - Play back shell commands for live demonstrations River stage zero No dependents

Important: "patra" is an experimental fork from "cleo". You should check the current differences from "App-Cleo" and decide, which one you want to use. It may be, that in your current time, "patra" is merged back into "cleo" or obsolete for other rea...

BORISD/App-Cleo-Patra-0.001 - 06 Sep 2018 14:38:15 UTC - Search in distribution

Ima::DBI - Database connection caching and organization River stage two • 4 direct dependents • 14 total dependents

Ima::DBI attempts to organize and facilitate caching and more efficient use of database connections and statement handles by storing DBI and SQL information with your class (instead of as seperate objects). This allows you to pass around just one obj...

PERRIN/Ima-DBI-0.35 - 10 Jun 2007 20:47:46 UTC - Search in distribution

MCE::Hobo - A threads-like parallelization module River stage one • 2 direct dependents • 3 total dependents

A hobo is a migratory worker inside the machine that carries the asynchronous gene. Hobo processes are equipped with "threads"-like capability for running code asynchronously. Unlike threads, each hobo is a unique process to the underlying OS. The IP...

MARIOROY/MCE-Shared-1.886 - 13 Sep 2023 23:57:14 UTC - Search in distribution

MCE::Child - A threads-like parallelization module compatible with Perl 5.8 River stage three • 21 direct dependents • 315 total dependents

MCE::Child is a fork of MCE::Hobo for compatibility with Perl 5.8. A child is a migratory worker inside the machine that carries the asynchronous gene. Child processes are equipped with "threads"-like capability for running code asynchronously. Unlik...

MARIOROY/MCE-1.889 - 13 Sep 2023 23:37:02 UTC - Search in distribution

CGI::Graph - Create interactive CGI-based graphs River stage zero No dependents

This module creates CGI graphs which allow the user to visualize spreadsheet data using scatter plots, bar plots, histograms, etc. It provides features for easy interactions such as panning, zooming, element selection, and axis selection. An input fi...

MCHANG/CGIGraph-0.93 - 03 Jun 2002 21:11:23 UTC - Search in distribution

lib/Lingua/Romana/Perligata.pm River stage zero No dependents

DCONWAY/Lingua-Romana-Perligata-0.604 - 12 Nov 2022 04:11:39 UTC - Search in distribution
52 results (0.048 seconds)