Plotly.NET
Plotly.NET copied to clipboard
interactive graphing library for .NET programming languages :chart_with_upwards_trend:
### 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...
### 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...
### 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...
### 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...
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...
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...
`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...
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...
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`...