Answers for "invert y axis in matplotlib"

2

invert y axis python

plt.gca().invert_yaxis()
Posted by: Guest on March-17-2020
0

how to invert plot axis python

plt.gca().invert_xaxis()
plt.gca().invert_yaxis()
Posted by: Guest on January-08-2022

Python Answers by Framework

Browse Popular Code Answers by Language