FSharp.Charting
FSharp.Charting copied to clipboard
Grouped Bar charts?
Grouped bar charts are a very common charting pattern, but I can't seem to find this on FSharp.Charting. Am I missing something?
For example, see: http://stackoverflow.com/a/15556707
Seems like a reasonable way to do this is using Chart.Combine. I'll have a look.
I need this as well, along side doing stacked bars within the groups (or facets). For example, I split my chart into months and have contributing factors in that month, so for arrests in Miami, #1 might be grand theft auto followed by Possession of Narcotics.