Hey everyone, to learn more data viz and advance your career skills, join the free Charming Data Community: charming-data.com/ Here's the supporting document that will help you create graphs. drive.google.com/file/d/1KW975FyaM7l-91sxmE3OX3egi_UMh2ot/view?usp=sharing If you don't have time to see the whole video, make sure to see the most important section at 05:38 of the video. 👉If you benefitted from these tutorials & would like to show your appreciation & support the existence of more tutorials: www.patreon.com/charmingdata
This is one of the best youtube tutorials on the whole platform! Perfectly structured, perfect mix of overview and some details and a demo on how to to start from basic overview plot to adjusting parts of you graph. I like plotly but always was confused about "the workflow". Now I wanted to do some more advanced visualizations and this is video is just perfect! Thanks so much! plotly should put it on their website!
@@CharmingData I am using plotly here and there for small visualizations. And at the moment I am exporting data from my broker to better analyze it in python. My goal is to store trade and stock information in duckdb and use plotly for visualizations. It is only a small hobby project but it is a lot of fun to have your own custom little tools. I am also a big fan of the dash ag grid table component because of its infinity scrolling with lazy loading of huge data tables. In the past I use holoviz/panel a lot but for new projects I switched to plotly.
The idea of creating an outline document with its first step (1.a) is exactly what I wanted to get started with. You are doing a great job with these videos. The learning is structured now. Thank you.
it's the first video I watched now, and my feedback is Just you're amazing, The reflect on how you're professional beginning from your strategy of doing anything to apply it, all things are awesome thank you
Great Video.I should have started with this video .Too many options confused me when I started to learn dash directly. This video is so crystal clear makes anyone think , now they know where to search and be more productive. Thanks a lot. I will watch the entire series now .
Bro, you are amazing the way to divide every part and discuss every way to solve any problem is extraordinary,, the first time i am satisfied after watching a youtube tutorial
Thank you Nashat. You can help me speed things up by becoming my Patreon and getting extra Dash Plotly tips 😉 www.patreon.com/charmingdata Good luck building your Dashboards. Let me know of you need help with anything. Adam
Thanks a lot for this tutorial video. I was struggle with plotly from last one week. Now i can navigate efficiently through the documentation. Excellent effort from you
Hi Adam, really love your teaching style, you led us through the whole journey hand-by-hand skipping all the holes we might fell in, the way you "transferring" those knowledges to us is amazing, really love the tempo ! 🥰
Hi Adam, thank you so much for your amazing tutorial. Your hand-by-hand instructions on how to use plotly is really helpful to me as a fresh beginner. I also like your video structure and your speech tempo, thank you.
Very nice tutorial, and I also appreciate your references to animal and/or environmental causes! I have been using Plotly only for few weeks and I had the feeling that I was not really understanding the structure of the documentation. I found it a bit intricate, to be sincere. Your indications on that regard have been very helpful. Thank you!
Hi Adam, Its Great sessions and easy way to understand python dash. Happy to lean and started working on python dash with your videos and guidance. Thanks for the videos. God Bless you !!!
@@CharmingData not yet, I am a biochemist, working in genetics and I want to get better at data presentation, I only find out about plotly not so long ago, but I had difficulty installing it properly, until I found your video yesterday, so I will look more into it, you are very clear, well spoken and easy to follow, thanks.
Thanks for the upload, man! Open sourcing is the future and sharing knowledge is the same as creating wealth and improving the whole world's welfare. I look forward to watching all your content and supporting you so you can keep up the good work :)
Hi I'm new at python and pycharm. I'm having a problem when I run the code as you do at 7:46. It starts my Chrome, but it shows "This site can’t be reached127.0.0.1 refused to connect. Try: Checking the connection Checking the proxy and the firewall ERR_CONNECTION_REFUSED"
Very good tips. Thank you! I started using graph_objs a long time ago, so it is my favorite method. When I want to rush I use plotly_express. I wish you, please, could deal with graphics animation in another video but in real time. For example, as you train a statistical model, update the value of the metrics and cost function.
That's awesome, thank you! I have one question: I'd like to put the countries's flag as color bubbles inside the animated scatter plot. Is there a solution? Cause I couldn't find it online.
Hi Antonio, depends on how long you want the caption to be. You can probably use Dash bootstrap to insert some text right under the graph or use Plotly to insert text with an annotation
Hi, this is an excellent tutorial, thanks. I have also watched your intro to dash video. So if i want only pictures i use plotly, but if i want interactive web dashboards i use dash?
Hi @George. Generally speaking, that correct. Plotly also offered a little bit of graph interaction with widgets, but for comprehensive interactive dashboards, you should use Dash.
Hi adam, very nice video. I created plots using plotly in jupyter notebooks and it works well, but when I run the code in a execute program the plots doesn't appear. Please help me with that problem. I create the plots with the same syntax you used. fig=..., fig.show()
Hello Sir, I am an 2nd year undergraduate student such a great Tutorial , I would wish if I would meet you in order to gain much more knowledge on Plotly.
Hi Saiprasad, I'm glad you found the tutorial useful. I actually offer 20-minute consultations and weekly advice/perks to my patrons. www.patreon.com/charmingdata Let me know if that is not a possibility for you.
Hi Adam, Thanks a lot for the tutorial, great explanation as always :) I have a question about the colorbar of a Scatter plot, is it possible to make the colorbar scrollable? I'm asking because when i have a lot of data to plot, the ticks of the colorbar becomes so small that it is impossible to read its labels because they are written on top of each other Thank you in advance
In my case, the output isn't showing through the local server to my browser. I have tried using both VSCode and PyCharm. Would you please do a video on how to configure these IDE for plotly development?
if I DONT OPEN ANACONDA FIRST, the code I want to fire up from python console or pycharm doesnt run, instead prompts to a anaconda server indicating ERROR
Hi John, I'm sorry but I'm not sure I understand what you mean by desktop charts. With Plotly you can create charts on your own web browser for your own computer. And with Dash and Heroku, you can upload these charts to the web, which you can share as a http link.
@@CharmingData Sorry for my English. What I meant is creating interface for an executable program, not one on a web. But thank you for your answer I guess the answer is no.
thanks for that!! but i got problem when i try to run it where the browser can not showing the result with "27.0.0.1 refuse connection" can explain to me why that notification .. thanks in advanced
i CAN MAKE WORK IN A TRIKY WAY, I need to launch anacodanda first so I can run the code either from python conole or pycharm IDE. so far I have no pip installed plolty on anaconda yet
Damn, either the video is very helpful and easy to understand (well structured) or plotly is very easy to use (compared to any other plotting library, man I hate matplotlib).
Hey everyone, to learn more data viz and advance your career skills, join the free Charming Data Community: charming-data.com/
Here's the supporting document that will help you create graphs. drive.google.com/file/d/1KW975FyaM7l-91sxmE3OX3egi_UMh2ot/view?usp=sharing
If you don't have time to see the whole video, make sure to see the most important section at 05:38 of the video.
👉If you benefitted from these tutorials & would like to show your appreciation & support the existence of more tutorials: www.patreon.com/charmingdata
instablaster
Traceback (most recent call last):
File "c:\Users\HP\Data Science\UA-cam Channel\Charming Data\Charming_Data_Playlist\Plotly Graphs\Bar_Graph\bar_graph.py", line 5, in
dfb = pd.read_csv("bird-window-collision-death.csv")
@@huzefadatasci8411 hi Huzefa. What's the error exactly?
I think read_csv is not working
How to embed the plotly graphs in PowerPoint Presentation
This is one of the best youtube tutorials on the whole platform! Perfectly structured, perfect mix of overview and some details and a demo on how to to start from basic overview plot to adjusting parts of you graph.
I like plotly but always was confused about "the workflow". Now I wanted to do some more advanced visualizations and this is video is just perfect! Thanks so much! plotly should put it on their website!
Thank you Julius, I put a lot of effort into that video so I'm glad you found it useful. What type of dashboard do you plan to build?
@@CharmingData I am using plotly here and there for small visualizations. And at the moment I am exporting data from my broker to better analyze it in python. My goal is to store trade and stock information in duckdb and use plotly for visualizations. It is only a small hobby project but it is a lot of fun to have your own custom little tools. I am also a big fan of the dash ag grid table component because of its infinity scrolling with lazy loading of huge data tables. In the past I use holoviz/panel a lot but for new projects I switched to plotly.
The idea of creating an outline document with its first step (1.a) is exactly what I wanted to get started with. You are doing a great job with these videos. The learning is structured now. Thank you.
Thank you. I appreciate it.
it's the first video I watched now, and my feedback is Just you're amazing, The reflect on how you're professional beginning from your strategy of doing anything to apply it, all things are awesome thank you
Thank you Yousef
Great Video.I should have started with this video .Too many options confused me when I started to learn dash directly. This video is so crystal clear makes anyone think , now they know where to search and be more productive. Thanks a lot. I will watch the entire series now .
@Charming Data your channel is outstanding. The whole style, approach and delivery is supercalifragilisticexpialidocious! :)
I'm glad you like it. Hope you create beautiful and useful dashboards
Bro, you are amazing the way to divide every part and discuss every way to solve any problem is extraordinary,,
the first time i am satisfied after watching a youtube tutorial
Thanks for watching, Abdullah
If you keep up this excellent work, you will be one of the fastest growing programming oriented channels on YT
Thank you Nashat. You can help me speed things up by becoming my Patreon and getting extra Dash Plotly tips 😉
www.patreon.com/charmingdata
Good luck building your Dashboards. Let me know of you need help with anything.
Adam
Thanks a lot for this tutorial video. I was struggle with plotly from last one week. Now i can navigate efficiently through the documentation. Excellent effort from you
Hi Adam, really love your teaching style, you led us through the whole journey hand-by-hand skipping all the holes we might fell in, the way you "transferring" those knowledges to us is amazing, really love the tempo ! 🥰
Thank you for your kind words
Hi Adam, thank you so much for your amazing tutorial. Your hand-by-hand instructions on how to use plotly is really helpful to me as a fresh beginner. I also like your video structure and your speech tempo, thank you.
Thank you Chloe. Good luck learning Dash.
great video! thanks for showing how to use documentation - it's so important, yet I haven't seen in it many courses!
agreed. Courses don't really highlight the docs, but that's one of the most important parts.
Very nice tutorial, and I also appreciate your references to animal and/or environmental causes!
I have been using Plotly only for few weeks and I had the feeling that I was not really understanding the structure of the documentation. I found it a bit intricate, to be sincere. Your indications on that regard have been very helpful. Thank you!
You're welcome @Ivan. good luck with your future dashboard apps.
Hi Adam, Its Great sessions and easy way to understand python dash. Happy to lean and started working on python dash with your videos and guidance. Thanks for the videos. God Bless you !!!
You're welcome, @shashikant. Thanks for watching
Absolutely clear and easy to follow intro to plotly for a newbie. Thank you so much.
You're welcome. Thank you for watching.
I am so happy I found your video. You just explain so well. Thanks
Thanks @Johachin. Have you built any dashboard apps yet?
@@CharmingData not yet, I am a biochemist, working in genetics and I want to get better at data presentation, I only find out about plotly not so long ago, but I had difficulty installing it properly, until I found your video yesterday, so I will look more into it, you are very clear, well spoken and easy to follow, thanks.
@@johachinjoel2076 thank you. Let me know if you have any questions
Awesome tutorial 🔥
Thanks for the upload, man! Open sourcing is the future and sharing knowledge is the same as creating wealth and improving the whole world's welfare. I look forward to watching all your content and supporting you so you can keep up the good work :)
Thank you Gabriel. I just wrote you on Patreon.
This lectures was awesome... Respect From India 🙏🏻
great and so informative, keep up the good work Sir!
I like the plotly express comparison to seaborn. Keep up the good work.
Thank you for watching, Nana.
You bet, Adam.
Awesome tutorial, thank you so much.
Best tutorial on Plotly. Thank you so much.
Nice work. Very well presented with a very meaningful workflow. Keep it on!
Thanks @Tav's I appreciate it.
very good structured and easily understandable . good job
Thanks for the tutorial, ... and for your care about saving birds lives 🐦 ❤️
you are welcome @stoufa
really great video!!!
This was excellent. Thank you
Hi I'm new at python and pycharm. I'm having a problem when I run the code as you do at 7:46. It starts my Chrome, but it shows
"This site can’t be reached127.0.0.1 refused to connect.
Try:
Checking the connection
Checking the proxy and the firewall
ERR_CONNECTION_REFUSED"
I think I figured it out. In Settings/Debugger options "Allow unsigned requests" needs to be checked.
Thank you so much !!
Amazing video. Thanks
Great tutorial thank you
Very good tips. Thank you! I started using graph_objs a long time ago, so it is my favorite method. When I want to rush I use plotly_express. I wish you, please, could deal with graphics animation in another video but in real time. For example, as you train a statistical model, update the value of the metrics and cost function.
Hi Leonardo. Thanks for the suggestion. Yes, sometimes it's really helpful to use graph objects.
Hi Leonardo, are you talking about animation frames for a bubble map, for instance? If so, please see: ua-cam.com/video/T0eVfCHxGG4/v-deo.html
LIked it and subbed, amazing tutorial!
You are best 😁🙏🙏🙏🙏, thanks for considering my request 😊
You're welcome Sarthak 😊
you are a good teacher
감사합니다! Thanks a lot!
That's awesome, thank you! I have one question: I'd like to put the countries's flag as color bubbles inside the animated scatter plot. Is there a solution? Cause I couldn't find it online.
here you go: community.plotly.com/t/put-images-inside-bubbles/41364/2?u=adamschroeder
@@CharmingData yes I saw it but it doesn't work when I wanna do it animated. They are still static :(
Great video. May I recommend that you use the "streamlit" package? That way you can update the graph w/o opening multiple tabs. Nice work
Superb video
Awesome presentation! Thanks for invaluable info. Can we add average line for 3 Dimensional Bubble chart to break it into 4 quadrants?
Is it possible to put a caption under a plot in order to explain it?
Hi Antonio, depends on how long you want the caption to be. You can probably use Dash bootstrap to insert some text right under the graph or use Plotly to insert text with an annotation
Thank you.
Hi, this is an excellent tutorial, thanks. I have also watched your intro to dash video. So if i want only pictures i use plotly, but if i want interactive web dashboards i use dash?
Hi @George. Generally speaking, that correct. Plotly also offered a little bit of graph interaction with widgets, but for comprehensive interactive dashboards, you should use Dash.
Hello it doesnt find pandas when I try to import it, how and from where can I include it into pycharm?
Cool stuff, what software are you working with
PyCharm Windows
Can the data be viewed as a static value instead of seeing it only on hovering ?
Hi adam, very nice video. I created plots using plotly in jupyter notebooks and it works well, but when I run the code in a execute program the plots doesn't appear. Please help me with that problem. I create the plots with the same syntax you used. fig=..., fig.show()
what happens? does it give you an error message?
Hello Sir,
I am an 2nd year undergraduate student such a great Tutorial , I would wish if I would meet you in order to gain much more knowledge on Plotly.
Hi Saiprasad, I'm glad you found the tutorial useful. I actually offer 20-minute consultations and weekly advice/perks to my patrons. www.patreon.com/charmingdata
Let me know if that is not a possibility for you.
Hi Adam, Thanks a lot for the tutorial, great
explanation as always :)
I have a question about the colorbar of a Scatter plot, is it possible to make the colorbar scrollable?
I'm asking because when i have a lot of data to plot, the ticks of the colorbar becomes so small that it is impossible to read its labels because they are written on top of each other
Thank you in advance
Hi Karim, thanks for watching. I'm not sure how to do that. Sorry
In my case, the output isn't showing through the local server to my browser. I have tried using both VSCode and PyCharm. Would you please do a video on how to configure these IDE for plotly development?
Hi @Manash. thanks for the suggestion. I'll add it to my to-do list. I have many tutorials on that list :)
if I DONT OPEN ANACONDA FIRST, the code I want to fire up from python console or pycharm doesnt run, instead prompts to a anaconda server indicating ERROR
That's never happened to me. Did you find a way around that?
@@CharmingData for the time being I will need to work that way, still does the job, thank you, your plotly tutorials are very good indeed
Hi! Do you have the 'covid-19-states-daily.csv' file? I need it for the Bootstrap section. Thanks!
Here you go, @Agus: drive.google.com/file/d/1lprY2tp86VLFQ3PrjIe_g_w5kPtqdoTr/view?usp=sharing
@@CharmingData Thanks!!
@@aguspe532 Hope you learn Dash quickly. If you need help with anything, let me know
@@CharmingData Thanks a lot! If I need help, Iĺl let you know!
Awesome
Please link to resources about preventing bird deaths!
Hi James, here it is:
www.ncbi.nlm.nih.gov/pmc/articles/PMC5889704/
is plotly only limited to create charts on web or can it create desktop charts like pyqt5?
Hi John, I'm sorry but I'm not sure I understand what you mean by desktop charts. With Plotly you can create charts on your own web browser for your own computer. And with Dash and Heroku, you can upload these charts to the web, which you can share as a http link.
@@CharmingData Sorry for my English. What I meant is creating interface for an executable program, not one on a web. But thank you for your answer I guess the answer is no.
Source code?? How to export that in html web page for share??
How do I display my graphs on the browser?
Hi Chris. I provide many tips and tricks to my supporters in case you're interested.
Do you know anything about plotly backend?
Hi Forest, What do you mean? What do you need help with?
thanks for that!! but i got problem when i try to run it where the browser can not showing the result with "27.0.0.1 refuse connection" can explain to me why that notification .. thanks in advanced
Not sure..I never got that error. Are you using windows? What python IDE are you using?
@@CharmingData thank you so much for your replay .. i am using windows 10
and about python IDE i am using PyCharm
@@sar646 try chaning app.run_server(debug=True)
to:
app.run_server(debug=False)
@@CharmingData in your explanation the app is not used .. so i am using only these pieces of code.Or you mean i have to do app because i use pycharm ?
i CAN MAKE WORK IN A TRIKY WAY, I need to launch anacodanda first so I can run the code either from python conole or pycharm IDE. so far I have no pip installed plolty on anaconda yet
I would give more likes if possible
Damn, either the video is very helpful and easy to understand (well structured) or plotly is very easy to use (compared to any other plotting library, man I hate matplotlib).
Tableau is not as good as Plotly? Or Power BI?
No Tableau is not as good as Plotly Dash because Dash provides much more flexibility.
Thank you very much!