XPlot icon indicating copy to clipboard operation
XPlot copied to clipboard

A collection of older plotting libraries for F#. Recommended to use Plotly.NET instead https://plotly.net/

Results 30 XPlot issues
Sort by recently updated
recently updated
newest added

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...

enhancement
help wanted
Area: API
Area: plotly

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...

enhancement
help wanted
Area: API
Area: google charts

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...

enhancement
help wanted
Area: more charts
Area: docs

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....

enhancement
help wanted

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...

enhancement
help wanted

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)

enhancement
help wanted

As discussed in #14, the concept's official documentation is available [here](https://developers.google.com/chart/interactive/docs/roles).

enhancement
help wanted

[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...

bug

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...

dependencies