>>>>> "Piter" == Piter  <[EMAIL PROTECTED]> writes:

    Piter> Hi all.  I am new user of matplot-lib and Python. I try to
    Piter> find replacement for matlab.  Now I use Debian-testing but
    Piter> my experience with it is little.  I have reinstalled system
    Piter> few days ago and matplotlib is not working now.  If I start
    Piter> python (2.3).

    >> from pylab import *
    Piter> plot([1,2,3]) nothing happens.

    Piter> from IDLE it does not work to.

To run matplotlib from idle, you need to make the following changes to
your matplotlibrc file

backend      : TkAgg
interactive  : True

See http: //matplotlib.sourceforge.net/matplotlibrc for details on the
rc file and http://matplotlib.sourceforge.net/interactive.html for an
explanation of what these settings mean.

JDH

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to