* $xlim, $ylim
Limits for the x and y axes.
* $expand
If true, the default, adds a small expansion factor to the limits to ensure that data and axes don't overlap. If false, limits are taken exactly from the data or $xlim
/$ylim
.
NAME
Chart::GGPlot::Coord::Cartesian - The Cartesian coordinate system
VERSION
version 0.0011
ATTRIBUTES
xlim
Limits for the x axis.
ylim
Limits for the y axis.
expand
If true, adds a small expansion factor to the limits to ensure that data and axes do not overlap. If false, limits are taken exactly from the data or xlim
/ylim
.
Default is true.
default
Is this the default coordinate system?
AUTHOR
Stephan Loyd <sloyd@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2019-2020 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.