On 9/12/06, Henock Abebe <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I just installed matplot and the required packages and I am having
> a problem performing a simple plot. I would be grateful for any help
> that I can get. I am using the default setting in the file matplotlibrc,
> I tried setting 'interactive' to both True and False without any success.
>
> Here is the output when running simple_plot.py
>
> In [2]: import simple_plot

In ipython, to run a script as if you were at the system prompt, use

run simple_plot

instead of 'import'.  As long as you started ipython as

ipython -pylab

to enable the automatic matplotlib support, you should be fine (report
otherwise).

regards,

f

-------------------------------------------------------------------------
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

Reply via email to