Scatter plot with third variable as color | Python Matplotlib

preview_player
Показать описание
How to make and customize a color map and color bar in python

Choosing Colormaps in Matplotlib:
-------------------------------------------------------------------------------------------------------------------

x = [1,2,3,4,5,6,7,8,9,10,11]
y = [1,1,1,1,1,1,1,1,1,1,1]
colors = [1,2,3,4,5,6,7,8,9,10,100]

pad=0.05, shrink=1, aspect=20, format="%.3f")

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

This was super helpful, thanks for going through the various options to customize, too many tutorial videos only show the simplest most straightforward uses for something.

jasonmadinya
Автор

It is very clear and simple. Thank you for the discret scale, I was look for it for a long time !

kiliandervaux
Автор

Thank you so much, you made it easy to understand for beginners, like me. I've been looking for this since I got a homework for velocity model using Python. Now I got this😀✨

wandafionatarehy
Автор

Very nice. Thanks for sharing this knowledge with the community!

emilianotca
Автор

I loved this, please we want more <3 Thank you Karina Adcock!! xoxoxo

kumato
Автор

Thank You so Much Ma’am. You saved my assignment

Suesserto_
Автор

Thank you so much for making this video.

sorosw
Автор

Thanks for sharing this great video, Very helpful!

mobinyazdani
Автор

Vary helpful tutorial with color maps. Thank you!

allenhirahara
Автор

I wish I had seen this video earlier... Thanks

prajjwalmajumder
Автор

Thank you but what about if you have 3 color dimensions and not just 1?

Champignon
Автор

muchas gracias, me sirvió un montón :) muy buen video

victorhugoquispe
Автор

when i do plt.clim, it changes colors of plot but not on the legend. wonder why?

fadoobaba
Автор

i spent 10.5 hours and finally got my answer. thanks. now i can sleep. its 2:35 am here btw UwU

kMuhammadRayanAli
Автор

How can I read the color value at a specific point, say at point (11, 1)?

kishwar-ehasin
Автор

Teach me gui csp map constraints in python

umairahmed
Автор

Thanks Boss! keep it up! Very usefull!

ProfBeckmann