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

I think the next major version is a good breakpoint to do some additional housekeeping. Strong naming this lib has caused way more harm than good, and turned out to...

Area: Meta

The updated `fsdocs` now auto-generates a table of contents on the right side of the document, so our manual TOCs are redundant and can be removed everywhere.

Area: Documentation

This PR will take care of #457

The Giraffe dependency should be reconsidered. I understand it simplifies the HTML templating code - but really, the cost of the additional dependency is excessive, and there isn't that much...

How do I load a custom mapbox map? Using Style: StyleParam.MapboxStyle.NewCustom with my access token doesn't work. My custom map has been published in mapbox and has a style url....

Given an annotated heatmap I would expect the cell text to contrast with the cell color. (Not doing so leads to the readability issues in the current documentation/example of Annotated...

There are some biology-focused extension plots out there in blog posts (e.g. [Sequence Feature view](https://csbiology.github.io/CSBlog/posts/sequence-feature-visualization.html)) and libs such as BioFSharp.Vis (e.g. [UpSet](https://github.com/CSBiology/BioFSharp.Vis/blob/main/src/BioFSharp.Vis/Upset.fs)) let's bundle them here. CC @caroott

When you search something on Plotly.NET it takes serveral minutes to load. In this time the cursor is disappering so you can do nothing but wait

With the las published [packages](https://www.nuget.org/packages/Microsoft.DotNet.Interactive/1.0.0-beta.24530.1) a lot of big changes in command parsing. This might create issues at runtime. The interactive extension should update to latest if possible, also adopting...

- `Shape.HSpline` Missing option for horizontal spline paths in parcat traces, see https://plotly.com/javascript/reference/parcats/#parcats-line-shape - "tickfont " property (with space) in `TraceDomainStyle.ParallelCategories`

Area: Core API