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
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
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
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
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
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