QuantConnect / Lean

Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
https://lean.io
Apache License 2.0
9.19k stars 3.16k forks source link

Support C# plotting libraries + Update Plot.NET from 3.0.1 to latest. #7389

Open gmwhipple opened 1 year ago

gmwhipple commented 1 year ago

Expected Behavior

support Xplot and Oxyplot C# libraries in the research environment (jupyter notebooks) Update Plotly.NET.

Actual Behavior

using XPlot.Plotly; using OxyPlot; using OxyPlot.Series;

(17,7): error CS0246: The type or namespace name 'XPlot' could not be found (are you missing a using directive or an assembly reference?)

(18,7): error CS0246: The type or namespace name 'OxyPlot' could not be found (are you missing a using directive or an assembly reference?)

System Information

cloud environment, using futures so has to be in the cloud.

Checklist

Martin-Molinero commented 12 months ago

Note will skip the following:

Martin-Molinero commented 11 months ago

Reopening so we can revisit adding newer version of plotly see https://github.com/plotly/Plotly.NET/issues/409