XPlot
XPlot copied to clipboard
A collection of older plotting libraries for F#. Recommended to use Plotly.NET instead https://plotly.net/
It seems like [WithOptions](https://github.com/fslaborg/XPlot/blob/master/src/XPlot.Plotly/Main.fs#L172) and [WithLayout](https://github.com/fslaborg/XPlot/blob/master/src/XPlot.Plotly/Main.fs#L161) are the same: ```fsharp member __.WithOptions options = __.WithLayout options ``` Probably it will be better to remove `WithOptions` or make it obsolete to...
When creating a Chart using XPlot.GoogleCharts, if `Chart.WithOptions` is called after some other chart properties are set, these properties get ignored. If the call is made before them, they are...
Some clarification of how to make and use subplots in the documentation or an example in `XPlot/src/XPlot.Plotly/Tests/Subplots.fsx` would be very helpful. I have gotten this far, two axes are made...
Set `animation: {"startup": true} `- setting this in your options will cause your chart to start with series values drawn at the baseline, and animate out to their final state....
Hey, So all charts get generated with the "drawChart()" function, which I bind the initial chart to the dom and render a new one. Any time a new chart gets...
Add the Google chart type of Interval as a vaild chart type in XPlot. Here is the info [https://developers.google.com/chart/interactive/docs/gallery/intervals](url)
As discussed in #14, the concept's official documentation is available [here](https://developers.google.com/chart/interactive/docs/roles).
[Cross-posting from https://github.com/fslaborg/FsLab/issues/108] In the following code, the two plots look quite different: ``` #load "packages/FsLab/FsLab.fsx" open Deedle open FSharp.Data open XPlot.GoogleCharts open XPlot.GoogleCharts.Deedle let wb = WorldBankData.GetDataContext() let cz...
upgrading test tfm to net7.0 upgrade to .NET Interactive and other pacakges upgraded Newtonsoft to latest change extension loading to use script instead of assembly scanning
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...