PSA: Plotly.Net supports .Dump()

Options
Argos
edited August 2023 in General

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