Graph in wxPython

John Hunter jdhunter at ace.bsd.uchicago.edu
Sat Jan 3 11:17:13 EST 2004


>>>>> "Cousin" == Cousin Stanley <CousinStanley at hotmail.com> writes:

    Cousin> John ....  Perhaps I can add another verse to that song
    Cousin> I've been writing called The
    Cousin> GTK/PyGtk/wGlade/Wx/MatPlotLib Blues ....

    Cousin>   You know a couple of verses already .... :-)

    >>>>  import matplotlib
    >>>> 
    >>>> matplotlib.use( 'WX' )
    Cousin> unrecognized backend WX.  Use one of PS, GD, GTK, Template

Looks like you're using an older version of matplotlib.  The WX
backend is a fairly recent addition.  Make sure you are using 0.40.

Hope this helps,
JDH





More information about the Python-list mailing list