How to Plot in Julia

Поділитися
Вставка
  • Опубліковано 29 гру 2023
  • To plot in Julia, I explain how to install the Plots.jl package. We customize the plots with the use of PlotThemes.jl package to make them beautiful. Plot3d, surface plot, scatter plot, and histograms are explained.
    ---
    Check out our Julia Programming for Beginners playlist:
    • Julia Programming for ...
    ---
    Link the packages used
    github.com/JuliaPlots/Plots.jl
    github.com/JuliaPlots/PlotThe...
    ---
    🌐 Connect with us:
    🌐 Website: numeryst.com
  • Наука та технологія

КОМЕНТАРІ • 20

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

    Very good tutorial, thank you!

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

      Glad you enjoyed it!

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

    Do you have a list of what extensions you are using?

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

      For VSCode? For VSCode, I only use Julia VSCode extension.

  • @edinetgrunhed6000
    @edinetgrunhed6000 3 місяці тому

    thanks for this video, is it possible to make Gauge using this lib?

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

      By Gauge, are you referring to Gauge charts?

    • @edinetgrunhed6000
      @edinetgrunhed6000 3 місяці тому

      with the same library which you are using is it possible to make gauge visualization? or gauge still not supported?@@Numeryst

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

      Plots.jl doesn't have a dedicated gauge chart function, you can achieve similar visualizations with some creativity and its core plotting functionalities.

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

    Why do you need vscode? Won't any terminal do?

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

      You can use terminal but that depends on your goals and what you are comfortable with!

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

    Where could i learn Julia

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

      Here is the link:
      ua-cam.com/play/PLLlTVphLQsuM7pZgoQym3VxIbqnz-Uxna.html

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

      Thank you

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

      @@soyuz3352 You're welcome!

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

    Looks simpler than matplotlib.

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

      Yes, indeed, it is simpler!