The Best Package to Plot in Julia

Поділитися
Вставка
  • Опубліковано 21 вер 2024
  • Plot in Julia using Makie package in no time! Makie is a data visualization ecosystem for the Julia programming language, with high performance and extensibility. Makie is available for Windows, Mac and Linux. Makie in Julia allows for interactive 3D rendering within windows. Makie also gives you the ability to render vector graphics or high quality 2D images.

КОМЕНТАРІ • 20

  • @hendrikmehrtens3138
    @hendrikmehrtens3138 5 місяців тому +5

    Very nice thank you :) You are doing great work for the Julia community. We need a lot more of such great Julia tutorials on YT.

    • @Numeryst
      @Numeryst  5 місяців тому

      Glad you liked it!

  • @blaisepascal3905
    @blaisepascal3905 5 місяців тому +3

    Really nice video, well explained! I like the quality and the effort put in the video. Thank you!

    • @Numeryst
      @Numeryst  5 місяців тому +1

      Thanks! I appreciate your comments on my videos.

    • @blaisepascal3905
      @blaisepascal3905 5 місяців тому

      @@Numeryst Honestly you deserve them, you are creating good content and the quality of your videos is improving. Thanks for the hard work I hope your channel keep growing!

    • @Numeryst
      @Numeryst  5 місяців тому +1

      Thank you so much! Comments like yours really motivate me to keep creating. I'm glad you're noticing the improvements in video quality. What kind of videos would you like to see next?

    • @blaisepascal3905
      @blaisepascal3905 5 місяців тому +1

      @@Numeryst I am glad to know that! Regarding the content of future videos, I am interested in Genie.jl and Turing.jl recently. But you shouldn't consider my taste with high priority since I came from a statistics/data science background ^^'
      Flux.jl and Pluto.jl are popular packages that are worth presenting. Recently DuckDB.jl took the lead in popularity.
      Then performance tips in Julia and interoperability with Python/R/C/... codes are good subjects that come often from beginner coming from other programming languages.
      I hope it helps!

  • @luismolon
    @luismolon 4 місяці тому +2

    High-quality video. Thank you!

    • @Numeryst
      @Numeryst  4 місяці тому

      Thank you Luis!

  • @crapht
    @crapht 19 днів тому +1

    cool stuff - how do you edit your videos?

  • @CaribouDataScience
    @CaribouDataScience 2 місяці тому +1

    What is the ggplot2 is Julia?

    • @Numeryst
      @Numeryst  2 місяці тому

      Are you asking what is the equivalent of ggplot2 in Julia programming language? Makie is one of the best options. But there is also a package named AlgebraOfGraphics which defines a language for data visualization. It combines the familiar grammar of graphics approach with the power and performance of Julia's Makie ecosystem.

  • @sciencemohammad128
    @sciencemohammad128 Місяць тому +1

    Where can I download the files?

    • @Numeryst
      @Numeryst  Місяць тому

      You can check out the Github repository for Julia Programming for Beginners:
      github.com/Numeryst/julia-programming-for-beginners/

  • @mathsinformatique4054
    @mathsinformatique4054 5 місяців тому +3

    I need help.I work in fractional differential equations, and I didn't know how to program an operator ploting and found calculusfractional.jl but insufficient calculation package.

    • @Numeryst
      @Numeryst  5 місяців тому +2

      Most scientific packages provide algorithms for computing solutions. For plotting the solutions you need to use packages like Plots.jl and Makie.jl.

    • @mathsinformatique4054
      @mathsinformatique4054 5 місяців тому

      @@Numeryst I understand you, but to look at it doesn't exist.

    • @Numeryst
      @Numeryst  5 місяців тому

      @@mathsinformatique4054What are you exactly looking for?

    • @RAJAT6555
      @RAJAT6555 2 місяці тому

      Slightly off-topic question, but I wanted to ask you a question regarding fractional diff. eqs. - could you recommend any good book(s) on modelling with FDEs? I'm looking for a book which has problem sets and covers FDEs from the engineering/applied science POV. Thanks in anticipation.