As a rule, I try to understand if matplotlib really has this feature.
I have speed (along the x axis) in mph versus power (along the y axis) in the kW graph, to which I need to add rotations (on the second y axis, to the right ) and another speed (on the second x axis, up at the top parts ) in km / h.
Power in kW correlates with speed in miles per hour, and rotation correlates with power, and the second speed (on the second x axis) is only the first speed times the conversion rate.
So my question is: how can I plot xy in matplotlib with two x and two y-axes?
Roook source share