XPlot
XPlot copied to clipboard
A collection of older plotting libraries for F#. Recommended to use Plotly.NET instead https://plotly.net/
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
The time has come. Use Plotly.NET instead! https://plotly.net/ XPlot has been around for a long time. It's pretty good at what it does, but it's ultimately a best-effort at a...
I am trying to generate a 3D plot from a C# application. For some reason the code below does not work because the "layout" does not contain a zaxis definition...
When we render a Candlestick plot, we see the rangeslider on the bottom of plot by default. We can set rangeslider: {visible: false} on plotly.js via layout.xaxis option. But for...
Would be nice to have capability of saving charts to images from code. For example, this will allow to create a couple of [FsLab](www.fslab.org) formatters as static image (could be...
Using an array as the source data for hover doesn't work with the Scattergl plot, but does with the non-gl scatter plot. The GL will only accept a string. I...
1) is it possible to plot multiple charts / chart combo with the library sharing the same x-axis with 2 different vertical scales (one on the right, one on the...
Hey, Great work on XPlot. Any plans to support XPlot in a C# Console App (not a jupyter notebook)? I get a plot window, with the following code, but no...
It would be **really** useful if XPlot had a more intellisense-friendly way of discovering a chart's capabilities, and making incremental updates to the properties of a chart or chart element....
It would be great if XPlot could support the [.NET Interactive extension mechanisms](https://github.com/dotnet/interactive/blob/main/docs/extending-dotnet-interactive.md) to allow it to work as a plugin to Jupyter Notebooks via a nuget package reference, rather...