How to make a chart with 3 y-axes using matplotlib in python

preview_player
Показать описание


years = [2018,2019,2020,2021]
first = [1,2,1,2]
second = [10,15,17,11]
third = [111,120,117,129]

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

Very nice solution, learned something new thanks!

markcsizmadia
Автор

how can make map of track of altimetry satellite

googl
Автор

Great work. kindly appreciated. very easy to follow and well explained at each stages.

faizd
Автор

Great work!, truly appreciate your work. Looking forward to your next python /matplotlip video s

musabosman
Автор

How can i add legend title to this type of code?

soso
Автор

Hello\ pls tell me how to restart Endnotes from each chapter in MS 2007? I have to complete the thesis. I want to insert Endnotes at the end of the Introduction only, but when I insert them, it goes to the end of the thesis. How to solve this problem. pls tell

mdimranq
Автор

Very well explained and very useful! How would you make the distance between marks of the 3 axes the same? (for example, that the width between marks is 1 cm). I can't find a way to solve it. thank you!!

marialaurita
Автор

Very very useful video, simple & clear.Thank you!

vahidmirhosseinian
Автор

Simple and straightforward, thank you

waheedbhatti
Автор

thank you, your explain is very awesome

mohammedbadaway
Автор

Matplotlib can plot 1 Xaxie and 6 y-axies?

Superworldhk