Plotly.NET
Plotly.NET copied to clipboard
interactive graphing library for .NET programming languages :chart_with_upwards_trend:
Thought this would be a good Enhancement.
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`...
### 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...
Just browsed the official website of plotly. I noticed the documentations of F# version are still using the preview version. 
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...
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...
### 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...