Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

matplotlib set y lim

ax = plt.gca()
ax.set_xlim([xmin, xmax])
ax.set_ylim([ymin, ymax])
 
PREVIOUS NEXT
Tagged: #matplotlib #set #lim
ADD COMMENT
Topic
Name
5+9 =