Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

subplot matplotlib set limits

  ax1.set_xlim([0,3000])
  ax1.set_ylim([0,20])
 
PREVIOUS NEXT
Tagged: #subplot #matplotlib #set #limits
ADD COMMENT
Topic
Name
7+8 =