plotly / Plotly.NET

interactive graphing library for .NET programming languages :chart_with_upwards_trend:
https://plotly.net
MIT License
663 stars 88 forks source link

[Documentation] Add SymbolStyle documentation #385

Closed bvenn closed 1 year ago

bvenn commented 1 year ago

Description

It's not trivial to set the marker symbols to be open circles. This could be documented.

Chart.Point([1,2],MarkerSymbol = MarkerSymbol.Modified(MarkerSymbol.Circle,SymbolStyle.Open)) 

image

kMutagene commented 1 year ago

done: https://plotly.net/general/styling-markers.html