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

Thought this would be a good Enhancement.

up-for-grabs
Type: Question

Customizing the html generated from Chart to_html( io::IO, p::Plot; autoplay::Bool=true, include_plotlyjs::Union{String,Missing}="cdn", include_mathjax::Union{String,Missing}="cdn", post_script::Union{String,Missing}=missing, full_html::Bool=true, animation_opts::Union{Dict,Missing}=missing, default_width::String="100%", default_height::String="100%" )

The example "Bar Charts With Multicategory Axis Type" in https://plotly.com/python/bar-charts/#bar-charts-with-multicategory-axis-type requires the assignment of the property"Chart.X", which in the example is an array of arrays, and is plotted as two...

There are the following types of linear axes in plotly: - Auto(determines the best fit from below) - Linear - Log - Date - Category - MultiCategory A few `init`...

Type: Enhancement
Area: MissingAbstraction

### Description When i want to create Boxplots of float arrays and combine them, i run into an issue if one or more of the arrays consist of 'NaN'. With...

up-for-grabs
Type: Bug

Just browsed the official website of plotly. I noticed the documentations of F# version are still using the preview version. ![image](https://user-images.githubusercontent.com/7053696/189796561-89619959-3cbe-410b-9ab2-5a3081f37db6.png)

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

In js version of plotly, it is possible to add horizontal and vertical lines. I can't find that functionality in Plotly.Net. See `add_hline` and `add_vline` in https://plotly.com/python/horizontal-vertical-shapes/

### Description Currently only installed fonts are available for styling charts, it would be very helpful to load custom fonts from its source such as TTF, WOFF fonts (other formats...

Area: ImageExport

### Description A Lollipop chart is a categorical chart that is basically a bar chart replaced by points being connected by a line to the zero-line of the reference axis...

Type: Enhancement
Area: Core API