You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Xplot is no longer maintained and suggests using Plotly.
Do not think Oxyplot would be compatible with Lean research: supports WPF, Windows 8, Windows Phone, Windows Phone Silverlight, Windows Forms, Silverlight, GTK#, Xwt, Xamarin.iOS, Xamarin.Android, Xamarin.Forms and Xamarin.Mac. please correct me if I'm wrong
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
master
branchThe text was updated successfully, but these errors were encountered: