haskell-chart icon indicating copy to clipboard operation
haskell-chart copied to clipboard

Log axis with custom range

Open adscib opened this issue 9 years ago • 1 comments

I added a scaledLogAxis function which is to autoScaledLogAxis as scaledAxis is to autoScaledAxis. I tried to do something sensible in case of an incorrect range being supplied based on the defaults used in autoScaledLogAxis. One thing to consider would be to have autoScaledLogAxis call scaledLogAxis to avoid code duplication, but I didn't want to modify existing code without asking first.

adscib avatar Dec 18 '16 00:12 adscib

Thanks for this.

Can you add a test for this? Possibly a variant of test4.

timbod7 avatar Dec 18 '16 23:12 timbod7