Tim Docker
Tim Docker
Yikes. Thanks for the bug report. It's probably not too hard to fix this end-case, though I might not get to it for a while. I'd be happy to receive...
Sorry but I have not seen this before. Is this under linux?
Not currently. In the builtin layouts axes lie on the chart edges.
No, not currently.
Hey - that's cool. I guess the problem is that the alignment is being based upon the size of all of the characters in the latex input not just this...
There's logic inside the axis display code that decides which labels to show such that there are no overlaps. I'd be happy to accept a PR to make this behaviour...
The [Annotation plot type](https://hackage.haskell.org/package/Chart-1.8/docs/Graphics-Rendering-Chart-Plot-Annotation.html) can be used for this. It's a shame there's not an example for this - if you were to create one, I'd happily add it to...
OK - let me know if you have any problems or questions.
The [code][ann] for the `Annotation` plot type is short and straightforward. It would be easy to extend this to have an optional background colour drawn as an appropriate rectangle behind...
The relevant code is this: ``` scaledAxis :: RealFloat a => LinearAxisParams a -> (a,a) -> AxisFn a scaledAxis lap rs@(minV,maxV) ps0 = makeAxis' realToFrac realToFrac (_la_labelf lap) (labelvs,tickvs,gridvs) where...