Skip to content

Conversation

@kMutagene
Copy link
Collaborator

@kMutagene kMutagene commented May 31, 2022

This PR will add the C# bindings for the high-level Chart generation API as described in #285.

This PR will add the basic Chart generation and style APIs used in ML.NET notebooks (https://github.com/dotnet/csharp-notebooks/blob/main/machine-learning/REF-Graphs%20and%20Visualizations.ipynb)

Chart styling / Layouting

  • Extension Methods
    • SaveHtml
    • Show
    • WithTraceInfo
    • WithSize
    • WithXAxisStyle
    • WithYAxisStyle
  • Chart.Grid
  • Chart.Combine

Chart generation

  • Chart.Invisible
  • Chart2D
    • Scatter
    • Point
    • Line
    • Bar
    • Column
  • Chart3D
    • Scatter3D
  • ChartPolar
    • ScatterPolar
  • ChartMap
    • ScatterGeo
  • ChartTernary
    • ScatterTernary
  • ChartCarpet
    • Carpet
  • ChartDomain
    • Pie
  • ChartSmith
    • ScatterSmith

@JakeRadMSFT
Copy link
Contributor

This is great! How can I help?

@kMutagene kMutagene mentioned this pull request Jun 7, 2022
@kMutagene kMutagene changed the title [WIP] C# High-level Chart generation API Layer [WIP] C# Bindings for basic functions in ML.NET notebooks Jun 10, 2022
@kMutagene kMutagene marked this pull request as ready for review June 10, 2022 09:26
@kMutagene kMutagene changed the title [WIP] C# Bindings for basic functions in ML.NET notebooks C# Bindings for basic functions in ML.NET notebooks Jun 10, 2022
@kMutagene kMutagene merged commit 3219e44 into dev Jun 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants