Phillip Carter
Phillip Carter
This is an interesting extension to the F# object model that I find interesting. I like it a bunch and think it could lead to some pretty nice patterns. @vzarytovskii...
> Weren't we going to disallow a[0] as invoking? A space must be added. No, but it's an info-level warning: ```fsharp inst[0;1] // info FS3365: The syntax 'expr1[expr2]' is used...
Just to have some API consistency I think `WithLayout` is better to deprecate.
Plotly does have an API for saving charts as an image type, so it's just a matter of writing the API wire-up code to do that with a sensible default....
@malisimo the way this would get done to fit in with how XPlot works is just to build up the JS call programmatically via an F# API that would likely...
Boxplots are a big one too.
Breaking up `Graph.fs` into separate files for each specific graph type seems quite tractable. I imagine that'll help with contributions, too.
Related: #49
link #115
@Shmew Interesting! How portable (i.e., in non-Fable environments) do you think the generated types are? Would love to incorporate your generator for XPlot here.