Plotting in Julia: A Quick Introductory Guide

preview_player
Показать описание
Step-by-step how to use the Plots package in Julia to create simple plots on the REPL.

After adding the plots package, import some data (I read from Excel and create a DataTable), then feed that data to Plots to generate the plot! This can all be done in the REPL, though I do so in this video by running a script.

I also have more detailed guides on:

Рекомендации по теме
Комментарии
Автор

Thanks a lot, best regards from Mexico

rcTx
Автор

Hi, I have a problem with
plot(...)
plot!(twin(), ....
To make a double Y

Inconformista
Автор

Hi -
I am currently starting to get into programming with Julia as it will be neccessary for my work. Maybe you can help me out with on little issue:
I noticed that when I was closing the Juno IDE and opening it again the „colours of the code disappeared“ and as I tried to run the code it would not work out anymore. When typing something like „using“ it wouldn‘t even give the suggestions anymore....
So, what I saw from your video you had the same situation in the birth_plot code - any idea what to do here?
Greetings from Germany

grokoalateddy
Автор

your video is great, just julia and computers are shit lol

MarieAmeliaFreyaAster