Kevin Schneider
Kevin Schneider
For future reference, i had the same issue vor v 2.8 (2.8.0-rc0.dev20200201) on Ubuntu 20.04 LTS. I needed to compile opemmpi from source as pointed out by @kikniknik and download...
This would not only help evaluating classlib projects in general, but also greatly improve the experience of authoring .NET interactive extension libraries, as testing them would be way easier. Currently,...
`Chart.Grid` assigns new axis anchors, so it is currently not possible to do what you are aiming for with it. You can however create the grid manually using the `SubPlots`...
actually not sure if there is a real use case for this anymore, now that rendering in notebooks works so well. might revisit this in the future.
here is also some small progress reagrding optional parameter bloat. This one is quite easy to fix, just move the type extensions from the F# project to the C# project,...
>For the generic type parameters portion of this work, I think one thing that can help is to explicitly name each generic type parameter with the parameter it applies to....
Ah gotcha, thanks! It looks certainly like it would make the the API more C#-friendly, but if this results in 2 annotations per `#seq`, we are looking at possibly >100...
@luisquintanilla I think i have finished prototyping and will update the original issue with guidelines on the API conversion. How you can help depends on the time you want to...
I updated the original issue with the results of my prototyping so far. Feedback is very welcome!
> Eventually I'd love to get parity but I think just Bar chart is missing from https://github.com/plotly/Plotly.NET/pull/294 for our main use cases. Sure, parity is the goal in the end,...