The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Chart::GGPlot::Theme::Element::Functions -

VERSION

version 0.002003

FUNCTIONS

element_blank()

element_rect(:$fill=undef, :$color=undef, :$size=undef, :$linetype=undef, :$inherit_blank=false)

element_line(:$color=undef, :$linetype=undef, :$lineend=undef, :$arrow=undef, :$inherit_blank=false)

element_text(:$family=undef, :$face=undef, :$color=undef, :$size=undef, :$hjust=undef, :$vjust=undef, :$angle=undef, :$lineheight=undef, :$margin=undef, :$debug=undef, :$inherit_blank=false)

rel($x)

Used to specify sizes relative to the parent.

SEE ALSO

Chart::GGPlot::Theme::Element

AUTHOR

Stephan Loyd <sloyd@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2019-2023 by Stephan Loyd.

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