Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

create limit using matplotlib

axes = plt.gca()
axes.set_xlim([xmin,xmax])
axes.set_ylim([ymin,ymax])
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #create #limit #matplotlib
ADD COMMENT
Topic
Name
2+8 =