Answers for "matplotlib y range"

2

set axis limits matplotlib

axes.set_xlim([xmin, xmax])
axes.set_ylim([ymin, ymax])
Posted by: Guest on March-09-2020
2

ylim python

plt.ylim([a,b])
Posted by: Guest on March-20-2020

Python Answers by Framework

Browse Popular Code Answers by Language