From: "Ashish Asgekar" <[EMAIL PROTECTED]>
Subject: [Matplotlib-users] plot window does not open
To: matplotlib-users@lists.sourceforge.net
Message-ID:
<[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1
Hello,
I am running Python 2.5.2 on Fedora Co
I didn't see any error messages in your mail...
You can determine the backend you're set to by doing:
>>> import matplotlib
>>> matplotlib.get_backend()
'GTKAgg'
If it's 'PDF', 'Ps', 'SVG', 'Agg', or 'Cairo', it's a non-gui backend,
and therefore no gui window will be displayed.
This is usua
Hello,
I am running Python 2.5.2 on Fedora Core 7. recently removed
previous versions of Scipy and Numpy (installed previously using YUM),
and compiled and installed their latest versions using the source
code. i also installed MatPlotLib from source. their versions are
given below:
Python 2.5.