Louis Pecora wrote: > I have looked in the User's Guide for matplotlib, but couldn't find > anything on setting the aspect ratio. Can anyone point me to some info > online? I will continue to look. Thanks. >
Each axes object has the following method (with only the docstring shown here): def set_aspect(self, aspect, adjustable=None, anchor=None): """ aspect: 'auto' - automatic; fill position rectangle with data 'normal' - same as 'auto'; deprecated 'equal' - same scaling from data to plot units for x and y num - a circle will be stretched such that the height is num times the width. aspect=1 is the same as aspect='equal'. adjustable: 'box' - change physical size of axes 'datalim' - change xlim or ylim anchor: 'C' - centered 'SW' - lower left corner 'S' - middle of bottom edge 'SE' - lower right corner etc. ACCEPTS: ['auto' | 'equal' | aspect_ratio] """ Is this what you are looking for? Eric ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users