Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

custom position for axis matplotlib

fig, ax = plt.subplots()
x,y,height,width = 0,1,1,1
ax.set_position((x,y,height, width), which='both')
 
PREVIOUS NEXT
Tagged: #custom #position #axis #matplotlib
ADD COMMENT
Topic
Name
5+8 =