PSA: Plotly.Net supports .Dump()
Hello everybody,
Plotly.Net supports LINQPad .Dump()
. This brings the plotting power and interactive charts of Plotly directly to LINQPad. Just ensure that you reference Plotly.Net 4.2.0 or above.
Here is a C# example and a F# example.
Please note that from C#, you must explicitly reference Plotly.Net
in addition to Plotly.NET.csharp
for now, otherwise you may end up using 4.1, which does not support .Dump()
.
Comments
This is terrific. I like that it renders in the main HTML results panel while also being interactive. There's a huge range of chart types in this library.
Have you thought about adding samples? You just need to add a linqpad-samples folder to the NuGet package and put the .linq files there:
https://www.linqpad.net/nugetsamples.aspx
Hello and thanks for the heads up.
I indeed plan to add a sample folder in the near future. I think this HTML plots are a great addition to the built-in chart support.
Kind regards
Peter