Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
gmwhipple opened this issue Jul 20, 2023 · 2 comments · Fixed by #7411 or #8455
Closed

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

gmwhipple opened this issue Jul 20, 2023 · 2 comments · Fixed by #7411 or #8455

Comments

@gmwhipple
Copy link

gmwhipple commented Jul 20, 2023

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

  • [x ] I have completely filled out this template
  • [x ] I have confirmed that this issue exists on the current master branch
  • [x ] I have confirmed that this is not a duplicate issue by searching issues
@AlexCatarino AlexCatarino changed the title Support C# plotting libraries Support C# plotting libraries + Update Plot.NET from 3.0.1 to latest. Jul 20, 2023
@Martin-Molinero
Copy link
Member

Note will skip the following:

  • 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

@Martin-Molinero
Copy link
Member

Reopening so we can revisit adding newer version of plotly see plotly/Plotly.NET#409

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants