This mildly irritated me recently - I figured out the above fix, but I
had to think about it. I think the aspect=True is a good idea, or as
in mathematica have something like aspect_ratio = 1 (or whatever other
value).
-Marshall
On Jul 4, 1:31 pm, "William Stein" <[EMAIL PROTECTED]> wrote:
> On
On 7/4/07, Bobby Moretti <[EMAIL PROTECTED]> wrote:
>
> On 7/4/07, Timothy Clemans <[EMAIL PROTECTED]> wrote:
> >
> > How do I get my plots to look square. Like when I plot circles, they
> > don't look like circles, because the viewing area is not square.
> >
>
> Pass figsize = [n, n] as an argume
On 7/4/07, Timothy Clemans <[EMAIL PROTECTED]> wrote:
>
> How do I get my plots to look square. Like when I plot circles, they
> don't look like circles, because the viewing area is not square.
>
Pass figsize = [n, n] as an argument to show(), where n is the size in inches.
~Bobby
> >
>
--
B