Answers for "make x axis of matplotlib integrers"

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

matplotlive y axis

from matplotlib.pyplot.ylim
plt.ylim(-2, 2)
plt.xlim(0,10)
Posted by: Guest on March-15-2021

Python Answers by Framework

Browse Popular Code Answers by Language