![]() |
![]()
| ![]() |
![]()
NAMEChart::Clicker::Axis::DivisionType::LinearExpandGraph VERSIONversion 2.90 SYNOPSISuse Chart::Clicker::Axis; my $axis = Chart::Clicker::Axis->new({ tick_division_type => 'LinearRounded' }); DESCRIPTIONRole describing how to divide data for Chart::Clicker::Axis. NAMEChart::Clicker::Axis::DivisionType::LinearRounded - Nicely rounded segments on a linear scale. ATTRIBUTEStick_slopThis setting determines whether to add a tick outside of the data. If the tick would be within the percentage of a ticks size specified here as a decimal (10% would be 0.1), then the tick will be added expanding the graph. METHODSbest_tick_sizeThe tick division considered best for the approximate number of ticks requested and data within the range. divvyDivides the range up into nicely rounded chunks for Chart::Clicker::Axis. AUTHORRod Taylor <chartclicker@rbt.ca> SEE ALSOperl(1) LICENSEYou can redistribute and/or modify this code under the same terms as Perl itself. AUTHORCory G Watson <gphat@cpan.org> COPYRIGHT AND LICENSEThis software is copyright (c) 2016 by Cory G Watson. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
|