FSharp.Plotly
2.0.0-alpha
FSharp.Plotly was renamed and is now developed as Plotly.NET.
dotnet add package FSharp.Plotly --version 2.0.0-alpha
NuGet\Install-Package FSharp.Plotly -Version 2.0.0-alpha
<PackageReference Include="FSharp.Plotly" Version="2.0.0-alpha" />
paket add FSharp.Plotly --version 2.0.0-alpha
#r "nuget: FSharp.Plotly, 2.0.0-alpha"
// Install FSharp.Plotly as a Cake Addin #addin nuget:?package=FSharp.Plotly&version=2.0.0-alpha&prerelease // Install FSharp.Plotly as a Cake Tool #tool nuget:?package=FSharp.Plotly&version=2.0.0-alpha&prerelease
A F# interactive charting library using plotly.js
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 is compatible. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
- FSharp.Core (>= 4.7.0)
- Newtonsoft.Json (>= 12.0.3)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on FSharp.Plotly:
Package | Downloads |
---|---|
FSharp.Plotly.WPF
A F# interactive charting library using plotly.js for WPF |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
2.0.0-alpha | 805 | 6/25/2020 | |
1.2.3-beta2 | 528 | 6/8/2020 | |
1.2.3-beta | 513 | 5/31/2020 | |
1.2.2 | 2,110 | 4/9/2020 | |
1.2.1 | 731 | 4/8/2020 | |
1.2.0 | 1,411 | 2/17/2020 | |
1.1.21 | 45,928 | 8/16/2018 | |
1.1.1 | 1,225 | 7/3/2018 | |
1.1.0 | 1,374 | 1/31/2018 | |
1.0.4 | 1,150 | 10/17/2017 | |
1.0.3 | 1,179 | 9/6/2017 | |
1.0.2 | 1,314 | 9/12/2016 | |
1.0.1 | 1,288 | 7/5/2016 | |
0.6.1-beta | 968 | 7/1/2016 | |
0.6.0-beta | 976 | 6/29/2016 |
[Add Rangesliders for linear Axis](https://github.com/muehlhaus/FSharp.Plotly/commit/544641492195b1938697721b72814e0187a6c979)
[Improve jupyter notebook integration](https://github.com/muehlhaus/FSharp.Plotly/commit/e9560656bbc8dbf767c9eb6ca35f321c98195238)
[Updated Violin Chart](https://github.com/muehlhaus/FSharp.Plotly/commit/4d3afc527b11cd2f5a18c1d9876ad4e3f83beb02)
Add Chart.withColorBar and Chart.withColorBarStyle to change the appearance of colorbars
[Add Stackgroup related parameters to all charts derived from the scatter trace]()
[Refactor Chart.Stack]():
new Charts:
Chart.Grid: Uses the grid object of plotly.js to generate various types of subplot grids
Chart.SingleStack: Basically Chart.Grid with one Column
[Add Sunburst Chart]()
[Add Treemap Chart]()
[Add OHLC Chart]()
[Add option to render all charts derived from the scatter trace type via WebGL as scattergl trace]()
[Add Waterfall Chart]()