Tim Docker

Results 134 comments of Tim Docker

I think you are correct: https://github.com/timbod7/haskell-chart/blob/master/chart/Graphics/Rendering/Chart/SparkLine.hs#L26 Clearly the comment needs to be fixed following a change to the `rendererableToFile` function. I'll do this soon.

The library used to crash on NaN's so at least this is an improvement :-) Until now handling of NaN's has been left up to the caller - possibly leaving...

I'm unsure on this - if you can provide an example chart that illustrates the problem, I will take a look.

I was trying to clean up a few old issues and came back to this. From my tests, it seems specific to the rasterific diagrams backend (which I have not...

Can you post the actual code you are using? @bergey is correct that the SVG font processing is slow and some changes were made in the last 12 months to...

@bscarlet Did you have any success profiling to see where the time was being spent?

Nice work. Though you have got me thinking.. I wonder if the problem could best be addressed with an architectural change. The original backend was the cairo one, which does...

> Is polluting the function with IO really necessary here? I just think it's being honest :-) I'm not much of a fan of lazy IO. The user may have...

The histogram logic was originally contributed code - I have not actively used it. It would be helpful If you could provide some test code to demonstrate the problem.

I believe this problem has been present since the original submitted patch that added the plot_bars_alignment (a0ae3138). I don't remember exactly what this was for, but I suspect it was...