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 "distribution:Gnuplot-Builder TOSHIOITO"

Gnuplot::Builder - object-oriented gnuplot script builder River stage one • 1 direct dependent • 1 total dependent

Gnuplot::Builder is a gnuplot script builder. Its advantages include: * Object-oriented. Script settings are encapsulated in a Gnuplot::Builder::Script object, and dataset parameters are in a Gnuplot::Builder::Dataset object. It eliminates global var...

TOSHIOITO/Gnuplot-Builder-0.32 - 13 Nov 2023 14:13:47 UTC

Gnuplot::Builder::Tap - tap the IPC between Gnuplot::Builder and the gnuplot process River stage one • 1 direct dependent • 1 total dependent

Gnuplot::Builder::Tap taps the IPC between Gnuplot::Builder and the gnuplot process, and it dumps the data written to the process to STDOUT. This is useful for debugging. The tap is made by Gnuplot::Builder::Tap's "import()" method, so you can enable...

TOSHIOITO/Gnuplot-Builder-0.32 - 13 Nov 2023 14:13:47 UTC

Gnuplot::Builder::Process - gnuplot process manager River stage one • 1 direct dependent • 1 total dependent

Gnuplot::Builder::Process class manages gnuplot processes spawned by all Gnuplot::Builder::Script objects. You can configure its package variables to change its behavior....

TOSHIOITO/Gnuplot-Builder-0.32 - 13 Nov 2023 14:13:47 UTC

Gnuplot::Builder::Script - object-oriented builder for gnuplot script River stage one • 1 direct dependent • 1 total dependent

Gnuplot::Builder::Script is a builder object for a gnuplot script. The advantages of this module over just printing script text are: * It keeps option settings and definitions in a hash-like data structure. So you can change those items individually....

TOSHIOITO/Gnuplot-Builder-0.32 - 13 Nov 2023 14:13:47 UTC

Gnuplot::Builder::Dataset - object-oriented builder for gnuplot dataset River stage one • 1 direct dependent • 1 total dependent

Gnuplot::Builder::Dataset is a builder object for gnuplot dataset (the data to be plotted). Like Gnuplot::Builder::Script, this module stores dataset parameters in a hash-like structure. It supports lazy evaluation and prototype-based inheritance, to...

TOSHIOITO/Gnuplot-Builder-0.32 - 13 Nov 2023 14:13:47 UTC

Gnuplot::Builder::JoinDict - immutable ordered hash that joins its values in stringification River stage one • 1 direct dependent • 1 total dependent

Basically Gnuplot::Builder::JoinDict is just an ordered associative array (sometimes called as a "dictionary"), so it's the same as Tie::IxHash. The difference from Tie::IxHash is: * Gnuplot::Builder::JoinDict is immutable. Every setter method doesn'...

TOSHIOITO/Gnuplot-Builder-0.32 - 13 Nov 2023 14:13:47 UTC

Gnuplot::Builder::Template - predefined Gnuplot::Builder objects as templates River stage one • 1 direct dependent • 1 total dependent

This module is in alpha state. API and object specification may be changed in the future. Gnuplot::Builder::Template provides template objects useful to build some gnuplot script elements. These objects are structured, so you can modify their paramet...

TOSHIOITO/Gnuplot-Builder-0.32 - 13 Nov 2023 14:13:47 UTC

Gnuplot::Builder::PrototypedData - generic prototype-based object River stage one • 1 direct dependent • 1 total dependent

This is an internal module for Gnuplot::Builder distribution. End-users should not rely on this module. Gnuplot::Builder::PrototypedData is a generic data structure depicted below. PrototypedData | +--PartiallyKeyedList--+--entry | +--entry | +--... ...

TOSHIOITO/Gnuplot-Builder-0.32 - 13 Nov 2023 14:13:47 UTC

Gnuplot::Builder::PartiallyKeyedList - a list part of which you can randomly access River stage one • 1 direct dependent • 1 total dependent

This is an internal module for Gnuplot::Builder distribution. However it's general enough for separate distribution. If you are interested in it, just contact me. Gnuplot::Builder::PartiallyKeyedList is similar to Tie::IxHash. It maintains an ordered...

TOSHIOITO/Gnuplot-Builder-0.32 - 13 Nov 2023 14:13:47 UTC
9 results (0.032 seconds)