Don Syme

Results 1218 comments of Don Syme

> in FSI, the chart window opens immediately but it takes 20-30 sec for the chart to actually appear. is it normal it takes so long ? i cannot close...

@nosami if you ever get a chance to try this out on Mac OSX that would be great

This may be relevant: https://github.com/fslaborg/FSharp.Charting/issues/33#issuecomment-32493386

This looks very promising. > Don't have enough knowledge about the code base for accurately merging into master without causing regressions on other .NET variants, thus created the incubation directory....

@hello-sergei Could you rejig things so that this literally replaces the current version? Thanks

Yeah ideally it would not be like this. It was just how it was originally implemented and I think it turns out simpler because an underlying mutable chart specification is...

You're running F# Interactive for .net core. You will need to use .net framework. I believe only Visual Studio has a legacy switch for running fsi for .net framework from...

Looks like it's all considered deprecated for netcore, unless someone else is maintaining a fork. https://github.com/dotnet/winforms-datavisualization Still there is a partial nuget available. Perhaps it's enough to use in practice

> Gotcha, makes sense. I was wondering if there's a way to make it work similar to Julia's Plots library, which offers a consistent API across multiple backends. Probably possible,...