Greg Horn
Greg Horn
Btw, I wrote this issue from memory because I'm out of the office. I'll verify everything I wrote tomorrow.
also it'd be nice if the little window that opened was titled "save" instead of "select file". Same thing for "save as" and "load"
Yes it's under linux. I think it's a cairo concurrency bug.
I've been bitten by this one too
> And how one could set axis range? I couldn't find any easy way to force axis range to say 0.9-3.1 [scaledAxis](http://hackage.haskell.org/package/Chart-1.7.1/docs/Graphics-Rendering-Chart-Axis-Floating.html#v:scaledAxis) takes a range as an argument
This example will reproduce it for me ``` haskell {-# OPTIONS_GHC -Wall #-} import Control.Lens import Control.Monad ( void ) import Data.Default.Class import Graphics.Rendering.Chart import Graphics.Rendering.Chart.Backend.Cairo values :: [(Double, Double)]...
I realize they're abnormal values, but I did come across this in a real world situation. Thanks for the pointer, I'll try to fix it it you don't get to...
I have a fix in https://github.com/timbod7/haskell-chart/pull/130
I see. If there was a way to detect text going off the edge, I could reduce the number of columns. Do you know of a way to detect this?
What is the use case, out of curiosity?