Tim Docker
Tim Docker
Currently only vertical bar charts are supported. A pull request to extend this to horizontal charts would be nice! On Tue, Jul 21, 2015 at 10:24 PM, Herbert Valerio Riedel...
It was intentional - I had been working with the idea that a zero length line is invisible. But I guess it really should depend on the style of your...
I'd prefer not to expose the internals of Graphics.Rendering.Chart.Axis.LocalTime, as that just increases the size of the API which I need to try to preserve to keep backwards compatibility. However,...
Having said the above, I can see that the TimeSeq stuff is general enough that it doesn't belong buried in the Axis logic. I'd certainly be happy to see this...
That should be possible. What is the type of your x axis? Can you post your example code? On 23 Jan 2015 06:43, "Mitchell Rosen" [email protected] wrote: > I'm struggling...
In the chart library, bar plots can show: - a single value per x cordinate - multiple "clustered" values per x coordinate - multiple "stacked" values per x coordinate In...
Ah - I didn't notice your edit in the second comment. To get this sort of chart to work would required error ranges to be added as a specific feature...
A possible revised API: ``` data PlotBars x y = PlotBars { _plot_bars_style :: PlotBarsStyle, _plot_bars_item_styles :: [ (FillStyle,Maybe LineStyle) ], _plot_bars_titles :: [String], _plot_bars_spacing :: PlotBarsSpacing, _plot_bars_alignment :: PlotBarsAlignment,...
I have not used that backend combination. I suspect that this comes down to some sort of mismatch between the metrics being used for the layout, and the actual font...
Can you show the code for renderRasterific? I'd like to try and reproduce this for my own testing.