Answers for "change the x axis and y axis values matplotlib"

0

set axis plt python

from matplotlib import pyplot as plt
plt.axis([0, 10, 0, 20])
Posted by: Guest on November-28-2020
0

plot python y axis off

plt.yticks([])  # Command for hiding y-axis
Posted by: Guest on May-28-2021

Code answers related to "change the x axis and y axis values matplotlib"

Python Answers by Framework

Browse Popular Code Answers by Language