Re: [matplotlib-devel] AttributeError: 'module' object has no attribute 'HTTPSHandler'

2011-03-29 Thread Nils Wagner
On Tue, 29 Mar 2011 10:01:34 +0200 "Nils Wagner" wrote: > Hi all, > > I am using the latest matplotlib. > How can I resolve the following problem ? > >>>> import matplotlib > Traceback (most recent call last): > File "", line 1, in >

[matplotlib-devel] AttributeError: 'module' object has no attribute 'HTTPSHandler'

2011-03-29 Thread Nils Wagner
Hi all, I am using the latest matplotlib. How can I resolve the following problem ? >>> import matplotlib Traceback (most recent call last): File "", line 1, in File "/data/home/nwagner/local/lib/python2.5/site-packages/matplotlib/__init__.py", line 133, in from matplotlib.rcsetup

[matplotlib-devel] can't copy 'lib/matplotlib/mathtext.py'

2009-03-23 Thread Nils Wagner
Hi all, I cannot install matplotlib from recent svn. python setup.py install --prefix=$HOME/local BUILDING MATPLOTLIB matplotlib: 0.98.6svn python: 2.5.1 (r251:54863, Dec 21 2007, 09:21:07)

[matplotlib-devel] Test

2009-02-18 Thread Nils Wagner
python -i svn/matplotlib/test/run-mpl-test.py ... == FAIL: Test numpy shaped data. -- Traceback (most recent call last): File "/home/nwagner/svn/matplotlib/t

[matplotlib-devel] backends/_tkagg.so: undefined symbol

2009-02-03 Thread Nils Wagner
Hi all, I am using latest svn. My script worked until last week. If I run it now matplotlib version 0.98.6svn verbose.level helpful interactive is False units is False platform is linux2 Using fontManager instance from /data/home/nwagner/.matplotlib/fontList.cache Traceback (most recent call las

[matplotlib-devel] Fwd: python make.py html

2009-01-29 Thread Nils Wagner
--- the forwarded message follows --- --- Begin Message --- On Thu, 29 Jan 2009 16:11:35 -0500 Michael Droettboom wrote: Comments below. Nils Wagner wrote: Hi all, I tried to build the HTML documentation. Here are some failures matplotlib/doc/mpl_examples/pylab_examples

[matplotlib-devel] python make.py html

2009-01-29 Thread Nils Wagner
Hi all, I tried to build the HTML documentation. Here are some failures matplotlib/doc/mpl_examples/pylab_examples/axes_divider.py Traceback (most recent call last): File "/home/nwagner/svn/matplotlib/doc/sphinxext/plot_directive.py", line 187, in makefig runfile(fullpath) File "/h

Re: [matplotlib-devel] Status of pylab example loadrec.py

2008-12-11 Thread Nils Wagner
On Thu, 11 Dec 2008 10:33:20 -0800 Andrew Straw wrote: > Hi Nils. I think I fixed the issue causing the traceback >with r6563. Can > you please update and try again with text.usetex >enabled? > > My guess is that you don't have dvipng installed, which >was causing the > detection check to th

Re: [matplotlib-devel] Status of pylab example loadrec.py

2008-12-11 Thread Nils Wagner
On Thu, 11 Dec 2008 09:13:02 +0100 "Nils Wagner" <[EMAIL PROTECTED]> wrote: > On Wed, 10 Dec 2008 21:11:12 -0600 > "John Hunter" <[EMAIL PROTECTED]> wrote: >> On Wed, Dec 10, 2008 at 4:26 PM, John Hunter >><[EMAIL PROTECTED]> wrote:

Re: [matplotlib-devel] Status of pylab example loadrec.py

2008-12-11 Thread Nils Wagner
On Wed, 10 Dec 2008 21:11:12 -0600 "John Hunter" <[EMAIL PROTECTED]> wrote: > On Wed, Dec 10, 2008 at 4:26 PM, John Hunter ><[EMAIL PROTECTED]> wrote: > >> >>> Is it planned to adapt the example wrt xlwt ? >>> >>> http://pypi.python.org/pypi/xlwt >>> >> >> >> True it is no longer maintained, bu

[matplotlib-devel] Status of pylab example loadrec.py

2008-12-10 Thread Nils Wagner
Hi all, The example loadrec.py illustrates the usage of PyExcelerator. However it seems PyExcelerator is no longer maintained Is it planned to adapt the example wrt xlwt ? http://pypi.python.org/pypi/xlwt Cheers, Nils ---

Re: [matplotlib-devel] Display problems

2008-08-08 Thread Nils Wagner
On Fri, 8 Aug 2008 08:47:11 -0500 "John Hunter" <[EMAIL PROTECTED]> wrote: > On Fri, Aug 8, 2008 at 8:20 AM, Nils Wagner > <[EMAIL PROTECTED]> wrote: > >> I have installed matplotlib locally on a linux box >> (without root access). >> I

[matplotlib-devel] Display problems

2008-08-08 Thread Nils Wagner
Hi all, I have installed matplotlib locally on a linux box (without root access). Is it possible for o t h e r users to use my local matplotlib installation ? The problem is that show() doesn't produce a result on the screen. Any pointer would be appreciated. Nils -

Re: [matplotlib-devel] AttributeError: 'module' object has no attribute 'CallLater'

2008-07-30 Thread Nils Wagner
On Tue, 29 Jul 2008 16:43:42 -0500 "John Hunter" <[EMAIL PROTECTED]> wrote: > On Tue, Jul 29, 2008 at 4:38 PM, Paul Kienzle ><[EMAIL PROTECTED]> wrote: > >> Okay, how about >>if not hasattr(self,'IsVisible'): >>self.IsVisible = lambda self: True >> in __init__ >> >> That way it will

Re: [matplotlib-devel] AttributeError: 'module' object has no attribute 'CallLater'

2008-07-29 Thread Nils Wagner
On Tue, 29 Jul 2008 13:01:04 -0500 "John Hunter" <[EMAIL PROTECTED]> wrote: > On Tue, Jul 29, 2008 at 11:19 AM, Nils Wagner > <[EMAIL PROTECTED]> wrote: > >> Is that correct ? >> >> I will try it asap. >> >> Thanks in advance >

Re: [matplotlib-devel] AttributeError: 'module' object has no attribute 'CallLater'

2008-07-29 Thread Nils Wagner
On Tue, 29 Jul 2008 12:10:09 -0400 Paul Kienzle <[EMAIL PROTECTED]> wrote: > On Tue, Jul 29, 2008 at 05:46:59PM +0200, Nils Wagner >wrote: >> On Mon, 28 Jul 2008 15:32:38 -0400 >> >> WxPython experts: what version do we require? If it >>is >> >

[matplotlib-devel] Fwd: AttributeError: 'module' object has no attribute 'CallLater'

2008-07-28 Thread Nils Wagner
--- the forwarded message follows --- --- Begin Message --- On Sun, 27 Jul 2008 07:19:24 -1000 Eric Firing <[EMAIL PROTECTED]> wrote: Nils Wagner wrote: Hi all, I found a new bug $HOME=/home/nwagner matplotlib data path /usr/lib/python2.4/site-packages/matplotlib/mpl-data loa

[matplotlib-devel] AttributeError: 'module' object has no attribute 'CallLater'

2008-07-27 Thread Nils Wagner
Hi all, I found a new bug $HOME=/home/nwagner matplotlib data path /usr/lib/python2.4/site-packages/matplotlib/mpl-data loaded rc file /home/nwagner/matplotlibrc matplotlib version 0.98.3rc1 verbose.level helpful interactive is False units is False platform is linux2 CONFIGDIR=/home/nwagner/.mat

[matplotlib-devel] ParseFatalException: Expected end of math '$'

2008-07-25 Thread Nils Wagner
Hi all, Is there a way to use title(r'$ M= I_3 K=\left[\begin{array}{rrr} 2\,k & -k & 0 \\ -k & 2\,k+p & -(k+p) \\ 0 & -(k+p) & k+p\end{array}\right]$') It currently fails with Exception in Tkinter callback Traceback (most recent call last): File "/data/home/nwagner/local/lib/python2.5/li

Re: [matplotlib-devel] Feature request for a watermark function

2008-06-24 Thread Nils Wagner
On Tue, 24 Jun 2008 14:03:33 -0500 "John Hunter" <[EMAIL PROTECTED]> wrote: > On Tue, Jun 24, 2008 at 1:27 PM, Nils Wagner > <[EMAIL PROTECTED]> wrote: > >> Actually, I would like to display an image (png format) >> 'under' several lines. &g

Re: [matplotlib-devel] Feature request for a watermark function

2008-06-24 Thread Nils Wagner
On Tue, 24 Jun 2008 14:10:08 -0400 Michael Droettboom <[EMAIL PROTECTED]> wrote: > There are a couple of different ways this could be done. > > Alpha-blending over top of the image (should work for >everything but Postscript): > > gcf().text(0.1, 0.1, "Watermark", rotation=45, >fontproperties

[matplotlib-devel] Feature request for a watermark function

2008-06-24 Thread Nils Wagner
Hi All, This is to let you know that I have filed a feature request for a watermark function in mpl. http://sourceforge.net/tracker/index.php?func=detail&atid=560721&aid=2001940&group_id=80706 Nils - Check out the new So

Re: [matplotlib-devel] matplotlib hangs

2008-06-24 Thread Nils Wagner
On Tue, 24 Jun 2008 08:59:30 -0500 "John Hunter" <[EMAIL PROTECTED]> wrote: > On Tue, Jun 24, 2008 at 8:35 AM, Darren Dale ><[EMAIL PROTECTED]> wrote: >> On Tuesday 24 June 2008 09:22:34 am Nils Wagner wrote: >>> Hi all, >>> >>> Since

[matplotlib-devel] matplotlib hangs

2008-06-24 Thread Nils Wagner
Hi all, Since *yesterday* I have some trouble with pylab. Some program hang. I cannot use Ctrl C to kill them. Ctrl Z works. If I use ps I get 1091 pts/500:00:02 python 1119 pts/500:00:00 gs gs is somehow connected to my problem. I can kill the job by kill -9 1091. Then the gs pro

Re: [matplotlib-devel] PNG transparency

2008-06-18 Thread Nils Wagner
On Wed, 18 Jun 2008 09:17:27 -0500 "John Hunter" <[EMAIL PROTECTED]> wrote: > On Wed, Jun 18, 2008 at 8:56 AM, Nils Wagner > <[EMAIL PROTECTED]> wrote: > >> Is it possible to produce transparent png's with mpl ? > > Yes, but you must explicitly s

[matplotlib-devel] PNG transparency

2008-06-18 Thread Nils Wagner
Hi all, Is it possible to produce transparent png's with mpl ? Nils - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/ser

[matplotlib-devel] AttributeError: 'module' object has no attribute 'GraphicsContext'

2008-06-12 Thread Nils Wagner
Hi All, I have changed the backend in matplotlibrc from GTKAgg to WX CONFIGURATION BEGINS HERE # the default backend; one of GTK GTKAgg GTKCairo FltkAgg QtAgg TkAgg # WX WXAgg Agg Cairo GD GDK Paint PS PDF SVG Template #backend : GTKAgg backend : WX Now I get python -i nlp_

[matplotlib-devel] IndexError: Unexpected SeqBase length.

2008-06-11 Thread Nils Wagner
Hi all, If I run the attached test I obtain an IndexError: Unexpected SeqBase length python -i test_struve.py --verbose-helpful $HOME=/home/nwagner CONFIGDIR=/home/nwagner/.matplotlib matplotlib data path /usr/local/lib64/python2.5/site-packages/matplotlib/mpl-data loaded rc file /home/nwagne

Re: [matplotlib-devel] AttributeError: 'FigureCanvasWxAgg' object has no attribute 'SetInitialSize'

2008-06-09 Thread Nils Wagner
On Mon, 09 Jun 2008 07:41:05 -1000 Eric Firing <[EMAIL PROTECTED]> wrote: > Nils Wagner wrote: >> Hi Eric, >> >> I have still some trouble with the following example >>taken from openopt >> >> >> /usr/bin/python -i nlp_3.py >>

[matplotlib-devel] Blocker

2008-06-09 Thread Nils Wagner
Hi all, I cannot build matplotlib from svn since last Friday. Any idea ? Nils cc1plus: Warnung: Kommandozeilenoption "-Wstrict-prototypes" ist gültig für Ada/C/ObjC, aber nicht für C++ g++ -pthread -shared build/temp.linux-x86_64-2.5/agg24/src/agg_curves.o build/temp.linux-x86_64-2.5/agg24/

[matplotlib-devel] AttributeError: 'FigureCanvasWxAgg' object has no attribute 'SetInitialSize'

2008-06-07 Thread Nils Wagner
Hi all, I have some trouble with matplotlib's svn version. Any pointer would be appreciated. Thanks in advance Nils /usr/bin/python -i nlp_3.py --verbose-helpful $HOME=/home/nwagner matplotlib data path /usr/lib/python2.4/site-packages/matplotlib/mpl-data loaded rc fil

[matplotlib-devel] 3D bar charts

2008-05-19 Thread Nils Wagner
Hi there, Is there any python tool to plot 3D bar graphs/charts ? Any pointer would be appreciated. Thanks in advance Nils - This SF.net email is sponsored by: Microsoft Defy all challenges. Micros

[matplotlib-devel] Trouble with mathtext.py

2008-01-04 Thread Nils Wagner
Hi all, I have some trouble with the following lines title(r'$\underline{\lambda}_n$= '+str(f)) plot(arange(0,len(data)),data,lw=2) xlabel('Iterations') ylabel('Largest eigenvalue') savefig('yuanlbl.png') IIRC the code worked before the recent changes in svn. How can I resolve the problem ? Tr

Re: [matplotlib-devel] Typo in logo.py

2007-12-13 Thread Nils Wagner
On Thu, 13 Dec 2007 09:07:42 +0100 "Nils Wagner" <[EMAIL PROTECTED]> wrote: > Hi all, > > It should be float32 instead of Float32. > > python logo.py > Traceback (most recent call last): > File "logo.py", line 7, in ? > x = 1000*0.1*from

[matplotlib-devel] Typo in logo.py

2007-12-13 Thread Nils Wagner
Hi all, It should be float32 instead of Float32. python logo.py Traceback (most recent call last): File "logo.py", line 7, in ? x = 1000*0.1*fromstring( NameError: name 'Float32' is not defined Nils - SF.Net email i

[matplotlib-devel] Adding a water mark to a plot

2007-12-11 Thread Nils Wagner
Hi all, Is it possible to add a water mark to a plot ? Nils - SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. htt

[matplotlib-devel] font_manager.py

2007-12-10 Thread Nils Wagner
Hi all, python setup.py install --prefix=$HOME/local results in font_manager.py", line 115 finally: ^ SyntaxError: invalid syntax Nils I am using python2.3. - SF.Net email is sponsored by: Check out the n

[matplotlib-devel] TypeError: sort() takes no keyword arguments

2007-11-21 Thread Nils Wagner
Hi all, I have installed matplotlib via svn on Centos (x86-64 python2.3). If I try to import pylab I get Python 2.3.4 (#1, May 2 2007, 19:18:17) [GCC 3.4.6 20060404 (Red Hat 3.4.6-8)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from pylab import plot, s

Re: [matplotlib-devel] Cannot build matplotlib from latest svn

2007-08-01 Thread Nils Wagner
Michael Droettboom wrote: > I suspect you're running an earlier version of pygtk than I am that > doesn't have pygobject_version. > > Please update matplotlib and try again. > > Thanks for finding this bug. > > Cheers, > Mike > > Nils Wagner wrote: >

[matplotlib-devel] Cannot build matplotlib from latest svn

2007-08-01 Thread Nils Wagner
Hi all, I cannot build matplotlib from latest svn. I am using SuSE Linux 10.0 on x86_64. python setup.py install BUILDING MATPLOTLIB matplotlib: 0.90.1 (r3634) platform: linux2 REQUIRED DEPEN

[matplotlib-devel] texmanager.py:137

2007-07-24 Thread Nils Wagner
Hi all, Is there a way to suppress the warning /usr/local/lib64/python2.5/site-packages/matplotlib/texmanager.py:137: UserWarning: No LaTeX-compatible font found for the sans-serif font family in rcParams. Using default. warnings.warn('No LaTeX-compatible font found for the %s font family in rc

Re: [matplotlib-devel] error: package directory 'lib/matplotlib/numerix/mlab' does not exist

2007-07-20 Thread Nils Wagner
Eric Firing wrote: > Nils, > > Two more commits, now at 3584, and I think I have it straightened out. >I hope so. I'm going offline for 8 hours or so, so if it is not > fixed now either someone else will have to do it, or it will have to wait. > > Eric > > Hi Eric, Works for me ! Than

Re: [matplotlib-devel] error: package directory 'lib/matplotlib/numerix/mlab' does not exist

2007-07-20 Thread Nils Wagner
Eric Firing wrote: > Nils, > > I just committed 3582 which reverted numerix to 3573, so please try > again. It works for me now. > > Eric > > > Nils Wagner wrote: >> Hi, >> >> I cannot install matplotlib from latest svn. >> error: package dir

[matplotlib-devel] error: package directory 'lib/matplotlib/numerix/mlab' does not exist

2007-07-19 Thread Nils Wagner
Hi, I cannot install matplotlib from latest svn. error: package directory 'lib/matplotlib/numerix/mlab' does not exist Nils - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 200

Re: [matplotlib-devel] Cannot access svn

2007-07-10 Thread Nils Wagner
John Hunter wrote: > On 7/10/07, Darren Dale <[EMAIL PROTECTED]> wrote: > > >> I ended up checking out the entire repository again. It seems that the >> working >> address is now matplotlib.svn.sourceforge.net/svn/matplotlib, instead of >> svn.sourceforge.net/svn/matplotlib. >> > > > Nothi

[matplotlib-devel] Cannot access svn

2007-07-10 Thread Nils Wagner
svn: PROPFIND request failed on '/svnroot/matplotlib/trunk/matplotlib' svn: PROPFIND of '/svnroot/matplotlib/trunk/matplotlib': Could not resolve hostname `svn.sourceforge.net': Host not found (https://svn.sourceforge.net) Is this a temporary problem ? Nils -

[matplotlib-devel] NameError: global name 'app' is not defined

2007-07-06 Thread Nils Wagner
Hi all, The svn version raises a name error. Traceback (most recent call last): File "lshape.py", line 49, in ? figure(1) File "/usr/lib64/python2.4/site-packages/matplotlib/pylab.py", line 865, in figure figManager = new_figure_manager(num, figsize=figsize, dpi=dpi, facecolor=faceco

Re: [matplotlib-devel] Installation problem matplotlib svn

2007-01-16 Thread Nils Wagner
On Tue, 16 Jan 2007 09:38:54 +0800 Steve Chaplin <[EMAIL PROTECTED]> wrote: > On Mon, 2007-01-15 at 10:57 -0800, > [EMAIL PROTECTED] wrote: >> Hi, >> >> I cannot install the latest matplotlib on >>openSUSE10.2 >> python setup.py install yields >> > OK, I

Re: [matplotlib-devel] [Matplotlib-users] Installation problem matplotlib svn

2007-01-15 Thread Nils Wagner
On Mon, 15 Jan 2007 14:03:47 -0500 Darren Dale <[EMAIL PROTECTED]> wrote: > Nils, > > Please don't post to matplotlib when you have problems >with svn-matplotlib. > Post to matplotlib-devel. > > Darren I have removed the build directory. The CHANGELOG has a new entry 2007-01-15 src/_imag