How did you find MatPlotLib with Numpy? Did you like the visuals? Let me know your thoughts!
@lfmtube3 жыл бұрын
Yes. Very powerful. I am a beginner in Python with Jupiter because intend to find a simple environment for analysis simulation. Thanks a lot!
@brittnyfreeman36504 жыл бұрын
When creating the subplots, the 131, 132, 133 etc stands for creating a subplot of 1 row, 3 columns, and graph position 1, 2, or 3
@citizen_data Жыл бұрын
Very clear and straightforward tutorial
@rahulvishnoi80742 жыл бұрын
What those 131,132 and 133 means is that the first and the second number denotes the total number of subplots as if in X and Y axis respectively. and the last number denotes the serial number out of the total plots.
@andreasp.1895 жыл бұрын
Very informative tutorial! Thanks for sharing your knowledge with us!
@TaxMentors Жыл бұрын
Very good work. All the best
@maramsenan42003 жыл бұрын
Thank you soooo much for this video, it helped for my python exam so much
@user-sg7yd5il3z4 жыл бұрын
Thanks for the tutorial! Was very informational and 10000% better than trying to go through documentation.
@YiannisPi4 жыл бұрын
Glad you enjoyed it!
@KanganAgrawal Жыл бұрын
If I save graph as an image then in my notebook's folder, the image is displayed as blank, how can I see the image?
@saeidvaygani Жыл бұрын
Thank you so much for your explanation.
@AlanPeery2 жыл бұрын
Very nice, quick way into thentopic for me. Thanks.
@easymortgagesolutionsptylt20182 жыл бұрын
Really impressed by your tutorial! Thanks
@carcass5182 жыл бұрын
I’m using carnet on iPad for programming and on this I’m having an error. I can’t print charts on it. ERROR UserWarning: Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure. plt.show()
@steveoshaughnessy37364 жыл бұрын
Very good tutorial. One question though, for the scatter plot, you set a = b. Shouldn't plot a straight line? How did it vary around a central mean?
@tashiro77652 жыл бұрын
hi i have followed your video on pn plots nut on my notebook nothing shows a plot or graph i have a macbook air 2017 im working off of do you have any fixes that i can try to show these plots
@chenwu97883 жыл бұрын
How to do if a is for first 5 months, b is for from March toJuly, c has 6 data from April to Sept?
@Tech-du2bg2 жыл бұрын
Thank you for this good resource. I have a question: How can I plot my figure using implot?
@abrahamjs24873 жыл бұрын
Hello Where to find that excel doc link ?
@lfmtube3 жыл бұрын
Thank you very much for this excellent video! New subscriber!
@princeemerike2 жыл бұрын
Nice video well understood
@brittnyfreeman36504 жыл бұрын
Is it actually necessary to learn Matplotlib? It seems as if Seaborn does everything it does and more.
@YiannisPi4 жыл бұрын
Not really. Seaborn is build using Matplotlib. There are some custom visuals that require the knowledge of both! So I suggest both!