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

When using XPlot,Plotly, one has to create a layout val even just to change a minor element. Since the Layout type contains so many components, I think it would be...

enhancement
help wanted
Area: API

I'd like to be able to show 3D meshes inside a jupyter notebook using Xplot.Plotly, similar to the chart features, similar to chatter plotting, histograms etc. Is this possible, or...

enhancement
help wanted

According to the Plotly site to [disable the modebar](https://plot.ly/javascript/configuration-options/#never-display-the-modebar) I have to use following option `{displayModeBar: false}`: `Plotly.newPlot('myDiv', data, layout, {displayModeBar: false});` While the [current JS generator](https://github.com/fslaborg/XPlot/blob/1e97f7e397e4d90c81d588791e711872aee2e9a3/src/XPlot.Plotly/Main.fs#L37) doesn't allow me...

When running the sample code for GoogleCharts.Map from https://fslab.org/XPlot/chart/google-map-chart.html I get a message saying "No data points to show on map" ![image](https://user-images.githubusercontent.com/241620/75116370-89407f80-561c-11ea-9e21-26d5c39893e0.png)

This would help integrating XPlot.Plotly charts as [Bolero](https://github.com/fsbolero/Bolero) components.

Every successful CI build should have all nupkgs pushed to a feed so anyone can dogfood them prior to going on NuGet.

enhancement
Area: infrastructure

Some plotly.js types are missing. E.g. `pointcloud `and `sunburts`.

Area: more charts
Area: plotly

Having the option of both these charting libraries is great. However, the APIs to consume them both are very different. GoogleCharts is somewhat similar to FSharp.Charting in that you can...

enhancement
help wanted
Area: API

I'm trying to achieve something like [this](https://plot.ly/javascript/radar-chart/) in Plotly. However, I can't see how to do it: * Using a Scatter chart with a Radial axis gets close, but the...

enhancement
help wanted
Area: more charts
Area: plotly

There seems to be no way to preserve the square aspect ratio. Although it's possible in [Plotly ](https://plot.ly/python/axes/#fixed-ratio-axes) Or am I missing something?

enhancement
help wanted
Area: plotly