Answers for "how to put limits on x and y axis in matplotlib"

2

set axis limits matplotlib

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

Code answers related to "how to put limits on x and y axis in matplotlib"

Python Answers by Framework

Browse Popular Code Answers by Language