Hi,

2007/5/24, Michael Hogue <[EMAIL PROTECTED]>:
> Hi,
>
> I'm wondering how to use matplotlib to
> plot on axes that intersect at the
> origin, as in the following picture:
>
>               |
>               |
>               |
>               |
>               |(0,0)
> ----------------------------
>               |
>               |
>               |
>               |
>               |
>

For example with:

  axis((-1,1,-1,1))
  hlines(0,-1,1)
  vlines(0,-1,1)


Regards,

    ~ Antonio

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to