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 0.26 - 2014-11-09

  • INCOMPATIBLE API CHANGE
    • Experimental methods Dataset#set_join() and delete_join() are now deprecated. Use JoinDict instead. Sorry about that.
  • ENHANCEMENT
    • Add Gnuplot::Builder::JoinDict to replace set_join() feature.
    • Script#set() and Dataset#set() now officially support blessed objects for option values.
    • Add PartiallyKeyedList#get_all_values() method.
  • DOCUMENTATION
    • Document that PartiallyKeyedList#get_at() method returns the value in scalar context.

Modules

object-oriented gnuplot script builder
object-oriented builder for gnuplot dataset
immutable ordered hash that joins its values in stringification
a list part of which you can randomly access
gnuplot process manager
generic prototype-based object
object-oriented builder for gnuplot script
tap the IPC between Gnuplot::Builder and the gnuplot process

Provides

in lib/Gnuplot/Builder/Process.pm
in lib/Gnuplot/Builder/Util.pm