No video

Matplotlib Secondary y-Axis || Add another y-axis with Matplotlib twinx || Matplotlib Tips

  Рет қаралды 15,096

Kimberly Fessel

Kimberly Fessel

Күн бұрын

Пікірлер: 45
@youcefyahiaoui1465
@youcefyahiaoui1465 2 жыл бұрын
Kimberly, I think you should be given a noble price of teaching. I love your way of driving the concepts home, your energy and your enthusiasm. You're the best.
@salmansiddiqui9502
@salmansiddiqui9502 2 ай бұрын
Thank you. I initially came to learn how `twinx` works, but I ended up learning a lot of other helpful things as well. I'm subscribing 🙂.
@KimberlyFessel
@KimberlyFessel 2 ай бұрын
Awesome! Welcome aboard! 👍
@sandfly2830
@sandfly2830 3 жыл бұрын
Extraordinary!!! I love how you explain everything concisely. Thank you very much for the video ❤️
@KimberlyFessel
@KimberlyFessel 3 жыл бұрын
So glad you enjoyed the video and found it concise -- cheers! 😄
@nicholasrice1748
@nicholasrice1748 Жыл бұрын
Was hung up on the legend overlapping for a bit, thanks
@heliumbite91
@heliumbite91 3 жыл бұрын
Thank you for the clear and precise tutorials!
@KimberlyFessel
@KimberlyFessel 3 жыл бұрын
Most welcome - it's amazing all the things that Matplotlib can do!
@vitorribeirosa
@vitorribeirosa Жыл бұрын
Neat!!!! Thank you so much for sharing this content. It really made my life easier here. Cheers!!!!
@davidjackson7675
@davidjackson7675 Жыл бұрын
Thanks , that was interesting.
@maheshnaik8388
@maheshnaik8388 2 жыл бұрын
very informative,,,
@renatocorreaarrieche
@renatocorreaarrieche Жыл бұрын
Amazing video!
@antonleshchuk5908
@antonleshchuk5908 2 жыл бұрын
Many thanks for this tutorial!
@vfx7t
@vfx7t 2 жыл бұрын
Thank you !
@vijaygusain119
@vijaygusain119 3 жыл бұрын
Beautifully explained by a beautiful lady👏
@KimberlyFessel
@KimberlyFessel 3 жыл бұрын
💁 Thanks very much -- glad to hear you enjoyed my explanation!
@jullienbeaufondcamacho2055
@jullienbeaufondcamacho2055 6 ай бұрын
Super nice explanation
@KimberlyFessel
@KimberlyFessel 6 ай бұрын
Thanks very much! Glad you liked it 😊
@nilakanthasahoo798
@nilakanthasahoo798 Жыл бұрын
Thanks it helped! w.r.t time = 6:43 Just adding another tip for someone in future (maybe myself :D) Rather than using 'labelcolor' in ax.tickparams(), you could use 'colors' to set the ticks along with the label to the same color instead of the default black Cheers!
@joseantonioubeira295
@joseantonioubeira295 3 жыл бұрын
Excellent video ! Very clear and informative as always.. thank you so much for this Tips series !
@KimberlyFessel
@KimberlyFessel 3 жыл бұрын
Most welcome! Glad you enjoyed this video and series 😄
@sashaaries21
@sashaaries21 Жыл бұрын
So helpful. Thank you.
@ksawerylejczak6975
@ksawerylejczak6975 2 жыл бұрын
Your videos are the best I've ever seen in this field, but I have a question: have You thought about making videos which showing plotly library? It would be amazing in Your performance. Cheers :)
@KimberlyFessel
@KimberlyFessel 2 жыл бұрын
Oh thanks so much! 😄Yes, I have been considering tackling the Plotly library for quite some time. Hopefully I will get to it soon!
@bvatbdsubfigv
@bvatbdsubfigv 2 жыл бұрын
Really great tutorial!📈
@anggipermanaharianja6122
@anggipermanaharianja6122 2 жыл бұрын
this is very useful one!
@jas0609
@jas0609 3 жыл бұрын
Thank you so much! This is a big help!
@KimberlyFessel
@KimberlyFessel 3 жыл бұрын
Awesome - and thank YOU for asking this question!! 😄
@victoralcantar8004
@victoralcantar8004 3 жыл бұрын
Great information, thanks.
@KimberlyFessel
@KimberlyFessel 3 жыл бұрын
Most welcome!
@ahsanulhaq6064
@ahsanulhaq6064 2 жыл бұрын
great video keep it up 👍
@MM-jx3rw
@MM-jx3rw Жыл бұрын
Kimberly, is there a way to connect the data points of the spines to each other? For example, if I have a data of 10 rows and 4 columns. In which each column is a separate y axis with its own scale while each row is a single observation, is there a way to connect the data points of a single observation with a line even though they have separate y axis?
@houriabraikia417
@houriabraikia417 3 жыл бұрын
Hello, can you please do a video about bias and variance, you have a good way of explanation. Thank you :)
@KimberlyFessel
@KimberlyFessel 3 жыл бұрын
Great idea! I will add this to my list of potential video topics. 😄
@ndeye4599
@ndeye4599 Жыл бұрын
Hii mam could you show the samething in a subplot?
@ThaFuzzwood
@ThaFuzzwood 2 жыл бұрын
How do you prevent the figure from expanding horizontally when using twinx? I set my figure dimensions in the main figure, let's say 8.4 by 6.2 centimeters. The first figure is added as a subplot, and the twinx is added to this subplot. Without the twinx, the figure nicely scales to 8.4 to 6.2 cm as desired. When adding the twinx, the figure expands by at least 1 extra cm.
@KimberlyFessel
@KimberlyFessel 2 жыл бұрын
You're right - the figure size will be a bit different with the new axis since you have added axis tick markers. One thing that can help a bit is adding a line of code at the end of your figure: plt.tight_layout()
@ahsanulhaq6064
@ahsanulhaq6064 2 жыл бұрын
can you make a video or update code at your Github for how to split single y-axis in two portions۔ for example plot X and its square on the same axis with partition
@Niconico2
@Niconico2 2 жыл бұрын
Thanks for this Video, but why the line does not start at the x = 0 | y = 0 when you define the variable x and y with linespace(0,100,1000), the 0 is included as a x[0] and y[0] but i can not udnestand why when i plot it the line start after a space, i know it is a 0,0 in the chart, but how can i fix this?. Is my question clear? haha Thx!
@Niconico2
@Niconico2 2 жыл бұрын
Fixed with axes.set_xlim([0,x.max()]) axes.set_ylim([0,z.max()]) but i dont know if that is the idea.
@felicytatomaszewska2934
@felicytatomaszewska2934 3 жыл бұрын
Great :)
@KimberlyFessel
@KimberlyFessel 3 жыл бұрын
Thank you! Cheers! 😄
Schoolboy Runaway в реальной жизни🤣@onLI_gAmeS
00:31
МишАня
Рет қаралды 4 МЛН
How I Did The SELF BENDING Spoon 😱🥄 #shorts
00:19
Wian
Рет қаралды 37 МЛН
هذه الحلوى قد تقتلني 😱🍬
00:22
Cool Tool SHORTS Arabic
Рет қаралды 54 МЛН
🚨 YOU'RE VISUALIZING YOUR DATA WRONG. And Here's Why...
17:11
Adam Finer - Learn BI Online
Рет қаралды 97 М.
Matplotlib Tutorial 11: Adding Second Y-Axis
16:48
Physics Matters
Рет қаралды 680
High FPS animations in matplotlib
13:22
Dave's Space
Рет қаралды 36 М.
Matplotlib Boxplots | Creating Single and Multiple Boxplots in Python
11:07
Schoolboy Runaway в реальной жизни🤣@onLI_gAmeS
00:31
МишАня
Рет қаралды 4 МЛН