haskell-chart
haskell-chart copied to clipboard
Log axis with custom range
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.