Plotting Graphs in C# with XPlot and Jupyter

Поділитися
Вставка
  • Опубліковано 23 гру 2024

КОМЕНТАРІ • 20

  • @BiffBifford
    @BiffBifford 4 роки тому +4

    Jon's content is some of the best to be found on youtube. I do hope you all leave a thumbs up so this content can reach more people. With all that is happening in the country, Jon's tutorials could very well be a segway into a new career, or take your current skills to a new level. That's where I'm at, trying to expand my existing skills to a new level. Be safe all!

    • @JonWood
      @JonWood  4 роки тому

      Thanks for the kind words, Biff! Appreciate it!

  • @danielecerro3797
    @danielecerro3797 4 роки тому +1

    This is exactly the video I was looking for! Thank you very much Jon, it's been extremely valuable for me.

    • @JonWood
      @JonWood  4 роки тому

      Glad it helps! :)

  • @hotforrobot
    @hotforrobot 3 роки тому +2

    Receiving error 'Formatter' does not contain a definition for 'Register' with the custom formatter code. Any ideas?

  • @immanuel7619
    @immanuel7619 9 місяців тому +1

    Note: in recent version, it's no longer `new Graph.Scatter(...)`, but it is `new Scatter(){x=ListX, y=ListY}`

  • @divanvanzyl7545
    @divanvanzyl7545 11 місяців тому

    Not working.
    (2,1): error CS0103: The name 'Formatter' does not exist in the current context. Where does that "Formatter" class come from?

  • @lovol2
    @lovol2 2 роки тому

    Anybody know what happend to Chart? it's not in the packages any longer
    The name 'Chart' does not exist in the current context

  • @MrFrimko
    @MrFrimko 3 роки тому +1

    It is not repeatable.
    The type or namespace name 'Graph' could not be found (are you missing a using directive or an assembly reference?)
    Also, how can you use "using Xplot.Plotly" without installing nuget by #r?

    • @JonWood
      @JonWood  3 роки тому

      It should be included with .NET Interactive unless that was changed

    • @MrFrimko
      @MrFrimko 3 роки тому +1

      @@JonWood oh, so looks like it is my setup problem :/
      Thanks for a reply

    • @MrFrimko
      @MrFrimko 3 роки тому +1

      If someone will face similar problem, check your XPlot.Plotly.Interactive package version. It has released 4.0.0 a few days ago and it wont work with such API. You can try to use
      #r "nuget:XPlot.Plotly.Interactive, 3.0.4" It works for me

    • @JonWood
      @JonWood  3 роки тому

      @@MrFrimko Thanks! Seems like I may need to see if an update video is needed

    • @angelopacifico2321
      @angelopacifico2321 3 роки тому +1

      @@JonWood In fact for all the type is not more needed to use Graph._the type of the graph, for exemple replace Graph.Box with Box . Your video is fantastic because Xplot.Plotly is written in F# but on the site there is no exemple that explain how translate the F# syntax in C# and you John provide a first good response.

  • @huizhao2050
    @huizhao2050 4 роки тому +1

    Hi, it is impressive, One question, can we use XPlot in Visual Studio?

    • @JonWood
      @JonWood  4 роки тому +1

      You can! A couple of things are needed, though. First the "FSharp.Core" package would also need to be installed along with XPlot. Also, to show the graph capture the "Chart.Plot" call into a variable and with that you call the "Show" method. It will open the graph in a browser window. Hope that helps!

  • @sifsif2725
    @sifsif2725 4 роки тому +1

    7:37 "We set the waaah" xD

  • @aviansnow
    @aviansnow 2 роки тому

    Your thumbnail gave me so much hope coz thats what I was looking for but you didn't cover candlestick charts :(
    Great video though

  • @saifullahshaikh8873
    @saifullahshaikh8873 2 роки тому +1

    Well I'm lost right off the bat ... scripting in C# in a Jupyter Notebook? What sort of black magic is this??