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

NAME

Quiq::Gnuplot::Graph - Gnuplot-Graph

BASE CLASS

Quiq::Hash

DESCRIPTION

Ein Objekt der Klasse repräsentiert einen Graph.

METHODS

Konstruktor

new() - Instantiiere Graph-Objekt

Synopsis

  $gph = Quiq::Gnuplot::Graph->new(@keyVal);

Objektmethoden

hasData() - Prüfe, ob Graph Daten hat

Synopsis

  $bool = $gph->hasData;

VERSION

1.208

AUTHOR

Frank Seitz, http://fseitz.de/

COPYRIGHT

Copyright (C) 2023 Frank Seitz

LICENSE

This code is free software; you can redistribute it and/or modify it under the same terms as Perl itself.