Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
My problem: as the peaks grow larger, so does the padding. And when they shrink, so does the padding. I'm seeking help with an algorithm to do granular padding.my $maxYaxis = $peak + ( $peak * .1 );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Granular padding peaks in graphs
by haukex (Archbishop) on Jul 31, 2023 at 21:04 UTC | |
by Anonymous Monk on Aug 02, 2023 at 16:45 UTC | |
by haukex (Archbishop) on Aug 03, 2023 at 13:49 UTC | |
|
Re: Granular padding peaks in graphs
by jdporter (Paladin) on Jul 31, 2023 at 18:58 UTC | |
|
Re: Granular padding peaks in graphs
by LanX (Saint) on Aug 01, 2023 at 12:52 UTC | |
|
Re: Granular padding peaks in graphs
by ForgotPasswordAgain (Vicar) on Aug 01, 2023 at 19:08 UTC |