Re: [Matplotlib-users] Different between canvas.draw() and canvas.restore_region()??

2008-04-21 Thread John Hunter
On Sun, Apr 20, 2008 at 9:13 PM, hjc520070 <[EMAIL PROTECTED]> wrote: > > Thanks for your help. I get it work. However, an interesting thing appears. > The following two codes(code 1 and code 2) makes different result??? Only > set background in different place. Anyone can tell me why? I am eage

[Matplotlib-users] matlab style grouped bar charts

2008-04-21 Thread Robin
Hi, Is there anything like the matlab bar function implemented which automatically plots groups of bars? Ie bar(x,y) where x.shape = (m,) and y.shape =(m,n) or similar... In Matlab this would draw M groups of N vertical bars, colored appropriately. I can't get bar to do this and didn't find anyth

Re: [Matplotlib-users] win32 build error in _path.cpp: 'numeric_limits' : is not a member of 'std'

2008-04-21 Thread Martin Spacek
Michael, Sorry for the delay. Adding: #include to the top of path.cpp in rev5055 helps - most of the errors have disappeared, but I still get this: running build_ext building 'matplotlib._path' extension C:\bin\Microsoft Visual Studio .NET 2003\Vc7\bin\cl.exe /c /nologo /Ox /MD /W3 /GX /DNDE

[Matplotlib-users] py4science OSX installation problems

2008-04-21 Thread jules hummon
Hello OSX SVN MPL users I am following the instructions on http://ipython.scipy.org/moin/Py4Science/InstallationOSX and ran into some trouble. The computer is a 13" intel macbook, OSX 10.5.2 installed fresh in December 2007 Everything went reasonably well until I got to matplotlib. I ran into

[Matplotlib-users] SVG export text grouping on mac

2008-04-21 Thread Kaushik Ghose
Hi Everyone, I'm using matplotlib on mac (matplotlib-0.91.2-py2.5-macosx-10.3-fat.egg) . On windows svg export would have very sensible text grouping. For example an xlabel('Time') when saved to svg results in one text object 'Time'. In the mac version this is saved as 5 separate objects, not

Re: [Matplotlib-users] OSX installation problems

2008-04-21 Thread Kaushik Ghose
Hi Jules, I've been making the migration to mac recently myself. I have OS 10.5.2 running on Intel. If the source of your distribution is not an issue, I would recommend using matplotlib-0.91.2-py2.5-macosx-10.3-fat.egg from the matplotlib site, along with the easy_installer script. That went