Тёмный

Is Plotly The Better Matplotlib? 

NeuralNine
Подписаться 349 тыс.
Просмотров 94 тыс.
50% 1

In this video we take a quick look at the Plotly framework in Python. At the end we compare it to Matplotlib.
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: www.neuralnine.com/books/
💻 The Algorithm Bible Book: www.neuralnine.com/books/
👕 Programming Merch: www.neuralnine.com/shop
🌐 Social Media & Contact 🌐
📱 Website: www.neuralnine.com/
📷 Instagram: / neuralnine
🐦 Twitter: / neuralnine
🤵 LinkedIn: / neuralnine
📁 GitHub: github.com/NeuralNine
🎙 Discord: / discord
🎵 Outro Music From: www.bensound.com/
Timestamps:
(0:00) Intro
(0:50) Development Environment
(6:01) Scatter Plots
(12:02) Line Plots
(14:35) Bar Plots
(18:34) Pie Plots
(19:55) Conclusion & Comparison
(22:25) Outro

Наука

Опубликовано:

 

29 июн 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 70   
@grjesus9979
@grjesus9979 2 года назад
Hands on video, just what I need. Thanks man ;)
@AndreaManna85
@AndreaManna85 2 года назад
Florian, thanks for the contents! Every video is really interesting...
@user-hf3fu2xt2j
@user-hf3fu2xt2j 2 года назад
Matplotlib is the only option when there's a lot of data to show. Plotly is often generating SVG charts, and it's very hard to render a very detailed chart composed out of SVG's only. Matplotlib creates raster images and unless you want it to be interactive, it's fine.
@agustinrodriguezcantalapie581
@agustinrodriguezcantalapie581 2 года назад
Agreed, Plotly is useful for cool visualizations and interaction, but it absolutely dies with large data.
@gmaas1418
@gmaas1418 Год назад
Thanks, that's good to know when you have to choose between the two.
@vidavieira1595
@vidavieira1595 2 месяца назад
a time saver right here
@rsouchereau
@rsouchereau 2 года назад
Wow, I’ve been using matplotlib for so long and never knew how easy plottly is. Guess I’ll try it out!
@MyDomenico1985
@MyDomenico1985 2 года назад
Well done! You deserved my subscription!
@JHatLpool
@JHatLpool 5 месяцев назад
Really great demonstrations here and well chosen examples.
@AntonLukas
@AntonLukas 2 года назад
Thanks for the video, very informative!
@arvindsivakumar4818
@arvindsivakumar4818 2 года назад
Wow plotty is so great! I like the way how we can hover on the chart and see the data... I wish I had known this before I completed my graph plotter project which I just finished few days back (referring your matplotlib videos) Anyways Thanks the video was informative!
@pkavenger9990
@pkavenger9990 Год назад
Jupyter notebook inside VS code is a best environment I think.
@matthiascalderon8733
@matthiascalderon8733 2 года назад
Great video! Thanks!
@dhruvemital
@dhruvemital 2 года назад
plotly is great, but for interactive media. this isn't as good when it comes to publishing static figures in journal articles/books, where seaborn just takes it to another level in terms of formatting and customizability.
@jannonflores1113
@jannonflores1113 Год назад
Yup yup, most of us would just use Power BI or Tableau for this.
@kazan1723
@kazan1723 Год назад
@@jannonflores1113 basically power bi and tableau had made this process so simple, that even if this "tool" looks great, it will be easier and faster on the BI tools
@ralvarezb78
@ralvarezb78 2 года назад
I'm using anaconda and often matplotlib, I know something about plotly and seaborn and I would, I would like to use them more. This video encourages me to do it.
@unlink1649
@unlink1649 2 года назад
That's a really cool lib. Their makeup (blue, white lines) totally reminds me of seaborn
@sergeymelkumov5940
@sergeymelkumov5940 2 года назад
Plotly also works with R, so instant win in my book.
@MaKaNufilms
@MaKaNufilms 2 года назад
I do not recommend using anaconda. Why?: It does not provide a stable programming environment, differ from system to system. What I instead recommend is using the built in venv from python, which gives you more control over your programming environment. It requieres a bit more understanding of the system you are working in and reading more the documents of python, than the plug and play solution from anaconda, but you will earn a proper working transportable environment and a bit more background knowledge.
@1q1q1q1q1q1q1qw
@1q1q1q1q1q1q1qw 2 года назад
hätte nie gedacht das du aus österreich kommst :) machst gute videos 👍
@marianoforti1737
@marianoforti1737 2 года назад
I see you doing ci' inside notebooks and can relate so much.
@notsobob
@notsobob 2 года назад
love the new clickbait style thumbnail... worked on me lol!
@francisking708
@francisking708 2 года назад
It would be useful to have a guide on setting up Jupyter notebooks with different kernels. Python is easy to set up - other kernels have never worked for me.
@yash1152
@yash1152 Год назад
even on windows, i have used julia and octave calysto kernel just fine with jupyter
@Ohmic96
@Ohmic96 Год назад
at 6:51, how did he copy that line so fast? I didn't even see it all highlight so did he use shift + home or did he use something else to copy that line?
@kainushia1073
@kainushia1073 2 года назад
Hello can you please do a video on Model training with ADNI 3D MRI dataset. i cant find anywhere. I am trying to train the .nii file but ADNI doesn't provide test dataset. Instead they provide train dataset and test csv. Please make a video on it. Please
@FilSerge
@FilSerge 2 года назад
I already saw that very jupyter notebook. Why don't you add a link on it?
@masheroz
@masheroz 2 года назад
Currently starting development on a visualisation program. I think I'm going for plotly for the interactivity.
@agonizin
@agonizin 11 месяцев назад
How’d it go
@masheroz
@masheroz 11 месяцев назад
@@agonizin went with matplotlib. Couldn't figure out how to integrate plotly with my gui.
@StewyGriffin
@StewyGriffin 9 месяцев назад
​@@masherozto study these what ever there in RU-vid is it inhalf to gain knowledge about this or we have to learn more
@AdobadoFantastico
@AdobadoFantastico 2 года назад
13:46 wow Turkish life expectancy has been in some weird places.
@Mr.Nichols
@Mr.Nichols Год назад
One word: INTERACTIVE.
@clovisdss
@clovisdss 2 года назад
awesome
@404errorpagenotfound.6
@404errorpagenotfound.6 2 года назад
Dumb question but why use or learn any code based platform for serious data visualisation when you can use industry standard dashboards like Tableau, honest question.
@washedtoohot
@washedtoohot Год назад
Costs money
@theabyss5647
@theabyss5647 Год назад
Cool but why are the first 4 minutes a jupyter notebook and conda tutorial?
@mohsenhaddadi1117
@mohsenhaddadi1117 2 года назад
aconda Tutorial would be a great idea
@Giotheasy
@Giotheasy 2 года назад
No
@trinalfernando
@trinalfernando 2 года назад
I'm trying use matplotlib in an ubuntu server machine.. is there any way that I can view the graphs in server machines?
@jaxotier
@jaxotier 2 года назад
Jupyter Notebook and a ssh forwarding maybe
@dead3541
@dead3541 2 года назад
Like ur thumbnail
@stansuen8072
@stansuen8072 2 года назад
Wonder if there is any package that manages the Date format of the X-Axis professionally like the way typical stock chart does.
@404errorpagenotfound.6
@404errorpagenotfound.6 2 года назад
Yes please do a video on the anaconda environment and why would use conda instead of pip. Also you are an excellent teacher thank you.
@jacanchaplais8083
@jacanchaplais8083 2 года назад
Also discussions about compatibility issues are totally out of date. Conda and pip work flawlessly together, and have done for the last two major releases of conda iirc
@ShaunPatterson
@ShaunPatterson 2 года назад
Altair is worth looking at... super easy and powerful
@mruss31415
@mruss31415 Год назад
Good comparison but what do you mean by saying matplotlib is more professional than plotly? I don't agree on that one and I'm a little confused what you mean by that. Plotly is very professional and has great support and community.
@AJ-et3vf
@AJ-et3vf Год назад
👏👏👏👏👏👏
@CryptoKeiven
@CryptoKeiven Год назад
So the conclusion is that big data uses M, otherwise it uses p, right?
@yosolonopuedo
@yosolonopuedo 2 года назад
Yes, it is.
@GeneralPet
@GeneralPet 2 года назад
Who is this gapminder guy and why does he know so much about Europe?
@vaidishsumaria335
@vaidishsumaria335 2 года назад
This looks almost the same as seaborn
@LukieHZX
@LukieHZX 2 года назад
Wie bist du auf die Idee gekommen?
@MangoNutella
@MangoNutella 2 года назад
Er hat bestimmt das Video/die Videos von Morpheus gesehen 😂. Es ist schon ziemlich verdächtig, dass beide kurz hintereinander Videos darüber machen.
@AmineSdour
@AmineSdour 2 года назад
👌👌👌
@daytraderph
@daytraderph 2 года назад
For sure far better
@pnachtwey
@pnachtwey 2 года назад
Jupyter lab is much better than Jupiter notebook.
@ritwek98
@ritwek98 2 года назад
yes and no at the same time
@TheJackal917
@TheJackal917 2 года назад
Wow, so much japanese here, it's simply mindboggling.
@darkchoco7407
@darkchoco7407 10 месяцев назад
I don't like Seaborn, can't handle too much data on the pairplot
@markosth09
@markosth09 2 года назад
First comment! I really like your videos
@alien_X1
@alien_X1 2 года назад
funny face 😂😂
@markcuello5
@markcuello5 Год назад
HELP
@jacanchaplais8083
@jacanchaplais8083 2 года назад
Gosh, you spent so long waffling before saying anything about plotly.
@dec13666
@dec13666 2 года назад
Whatever that takes longer than 15 minutes to put it to work, ain't a "top visualization tool". Tried for first time yesterday, failed miserably to even try the demos... Will return someday, for the time being is in the rubi 🗑️... I mean bucket list 🙂👍
@jusatin
@jusatin 2 года назад
Are you talking about plotly? Can't imagine how setting it up would take you anywhere close to 15mins.
@masteronepiece6559
@masteronepiece6559 2 года назад
Matplotlib is still the best for me
@soderberg8932
@soderberg8932 2 года назад
Is plotly the better matplotlib? Hell no
Далее
Seaborn Is The Easier Matplotlib
22:39
Просмотров 161 тыс.
Фэйворит жвачка А? (2024)
01:00
Просмотров 98 тыс.
I Built a SECRET McDonald’s In My Room!
36:00
Просмотров 17 млн
How I make science animations
43:39
Просмотров 693 тыс.
7 Python Data Visualization Libraries in 15 minutes
15:03
If __name__ == "__main__" for Python Developers
8:47
Просмотров 383 тыс.
Matplotlib Full Python Course - Data Science Fundamentals
1:02:41
Modern Graphical User Interfaces in Python
11:12
Просмотров 1,4 млн
Create Custom Matplotlib Style Sheets
11:46
Просмотров 8 тыс.
Plotly Tutorial 2023
1:22:52
Просмотров 230 тыс.
Собери ПК и Получи 10,000₽
1:00
Просмотров 1,7 млн
Развод с OZON - ноутбук за 2875₽
17:48
💅🏻Айфон vs Андроид🤮
0:20
Просмотров 740 тыс.