You can include the package via an inline package reference: #r 'nuget: Plotly.NET, 4.1.0' For dotnet interactive notebooks Or add the package reference directly to your. Package manager Install-Package Plotly.NET -Version 4.1.0 Paket CLI paket add Plotly.NET -version 4.1.0 Plotly.NET packages are available on nuget to plug into your favorite package manager.ĭotnet CLI dotnet add package Plotly.NET -version 4.1.0 Missing charts and/or styling must be done via the core API.
, native C# bindings that make the usage of Plotly.NET more idiomatic from C#.Plotly.NET, the core API written in F#.Plotly.NET consists of multiple packages. Declarative style in C# using the underlying DynamicObj.Declarative style in F# using the underlying DynamicObj.
However, as work on the idiomatic C# API progresses, we will privde native C# docs as well. It should be easy to translate them into C#. This documentation page is almost exclusively for the core F# API of Plotly.NET. Plotly.NET provides functions for generating and rendering plotly.js charts in.