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 80 Plotly.NET issues
Sort by recently updated
recently updated
newest added

### Description As plotly.js, the underlying library that Plotly.NET is using needs an environment that can execute javascript to render images programmatically. https://github.com/tjanczuk/edge seems to be able to run javascript...

Area: ImageExport
Difficulty: Advanced
FsLab Hackathon 2023

### Description As plotly.js, the underlying library that Plotly.NET is using needs an environment that can execute javascript to render images programmatically. https://github.com/microsoft/playwright-dotnet seems to be another stable, mature option...

FeatureRequest
Type: Enhancement
Area: ImageExport
Difficulty: Advanced
FsLab Hackathon 2023

### Description Wrong position for 3D plot when more than one 3D plot in a grid. All 3D plots are on top of each other at the position of the...

Type: Bug
Area: Core API

### Description Since the member names of subplots on a layout are dynamic, e.g. a layout can have multiple scenes, `scene`, `scene2`, `scene`, bugs can be caused by high-level APIs...

Type: Enhancement
Area: MissingAbstraction
Area: Core API

There is no example for C# console application that addresses the use of the secondary axis: [Program.cs](https://github.com/plotly/Plotly.NET/blob/dev/tests/ConsoleApps/CSharpConsole/Program.cs ) Secondary axis is a must, but example does not cover it for...

Area: Documentation

Subplot titles have to be set via annotations, and calculating their position manually is a pain. We should provide an abstraction in `Chart.Grid` and implement internal logic to set subplot...

Type: Enhancement
Area: MissingAbstraction
Area: Core API

`Chart.show` uses an OS-specific way of opening files: https://github.com/plotly/Plotly.NET/blob/2f94e879d23b0bdd259ec76cff99ae8946b375b2/src/Plotly.NET/InternalUtils.fs#L93-L105 Since we do not have a match case for FreeBSD, you currently cannot display charts via `Chart.show` on that OS. Since...

help wanted
Type: Enhancement
Area: MissingAbstraction
Area: Meta

This issue tracks the roadmap for the native C# package Plotly.NET.CSharp Plans on how to design and develop the C# API have been laid out and tracked in #285 and...

Type: Enhancement
Area: MissingAbstraction
Area: CSharp
Area: Meta

Currently, there are 2 sets of docs for this library: - docs hosted on https://plotly.net, which i will call **internal** in this issue: - built in this repo using `fsdocs`...

Area: Documentation
Area: Meta