mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
afdeb56e79
implements an algorithm to find good values for chart axis.
14 lines
536 B
Plaintext
14 lines
536 B
Plaintext
Chart::Math::Axis implements in a generic way an algorithm for finding a
|
|
set of ideal values for an axis. That is, for any given set of data,
|
|
what should the top and bottom of the axis scale be, and what should the
|
|
interval between the ticks be.
|
|
|
|
The terms top and bottom are used throughout this module, as it's
|
|
primary use is for determining the Y axis. For calculating the X axis,
|
|
you should think of 'top' as 'right', and 'bottom' as 'left'.
|
|
|
|
WWW: http://search.cpan.org/dist/Chart-Math-Axis/
|
|
|
|
-- Sergey Skvortsov
|
|
skv@FreeBSD.org
|