Plotly.NET icon indicating copy to clipboard operation
Plotly.NET copied to clipboard

interactive graphing library for .NET programming languages :chart_with_upwards_trend:

Results 84 Plotly.NET issues
Sort by recently updated
recently updated
newest added

Is there interest to make [Plotly:cytoscapejs](https://github.com/plotly/react-cytoscapejs) available to Plotly.NET? Relevant[ Plotjs discussions: [Feature Request] Directed network in 3D](https://github.com/plotly/plotly.js/issues/4869) ![msedge_lahSYjk5ug](https://user-images.githubusercontent.com/49812372/184486581-7bc073a8-a1b0-4a2a-a8bf-963cb381a926.gif)

### Description Several methods, such as the static method [`Chart.withXAxisStyle`](https://github.com/plotly/Plotly.NET/blob/d36b043fce159ad7f28eadc0088e79ddba89ff12/src/Plotly.NET/ChartAPI/Chart.fs#L1098) use camelCase. However, the convention for F# is to camelCase functions but then PascalCase members. ### Repro steps n/a ###...

This issue is for tracking the progress of the native C# bindings for the Chart API of Plotly.NET. The aim is to provide 1 binding per chart first, meaning overloads...

help wanted
Status: In Progress
Type: Enhancement
Area: CSharp

The core API tests for html generation can be mirrored 1:1 (the generated html should be equal). This adds lots of tests for the C# API relatively cheap.

Area: CSharp
Area: Meta

This is a specific interop problem between the F# core API and the native C# layer. In short, I'd like to ask for feedback on which type of API surface...

help wanted
Area: CSharp

### Description currently, it is only possible to remove the default rangeslider like this: ```fsharp open Plotly.NET open Plotly.NET.LayoutObjects open System Chart.OHLC( ``open`` = [1.2; 2.7], high = [1.8; 8.5],...

Area: MissingAbstraction
Area: Core API

### Now we can do this ![image](https://user-images.githubusercontent.com/31178401/178413758-a7db9c81-8ccf-4c66-a0cb-adf81d5b3c5d.png)

I have a simple program that uses Plotly.NET to create a candlestick chart of S&P 500 data: https://github.com/dharmatech/PlotlyNetCandlestickCsv/blob/master/PlotlyNetCandlestickCsv/Program.cs The output in a browser window is as follows: ![image](https://user-images.githubusercontent.com/20816/173233713-c3693174-4896-416f-8a2d-b5061877dee0.png) # Questions...

Area: MissingAbstraction
Area: CSharp

There's `Plotly.NET.Export` which exports images, for example, into base64. However testing it on exact matches doesn't work well, after all, there are multiple ways the same image can be encoded...

help wanted
Area: ImageExport