Answers for "matlab plot axis limits"

4

axis limits matlab

xlim([0 10])
ylim([-0.4 0.8])
Posted by: Guest on May-18-2020
2

set axis limits matplotlib

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

Python Answers by Framework

Browse Popular Code Answers by Language