XPlot
XPlot copied to clipboard
XPlot.Plotly: Chart.WithOptions and Chart.WithLayout do the same thing
It seems like WithOptions and WithLayout are the same:
member __.WithOptions options = __.WithLayout options
Probably it will be better to remove WithOptions
or make it obsolete to avoid confusing.
Just to have some API consistency I think WithLayout
is better to deprecate.