Re: [matplotlib-devel] compiling matplotlib using VC6?

2007-03-19 Thread Berthold Höllmann
"Edin Salkovic" <[EMAIL PROTECTED]> writes: > Hi Berthold, > > Try running some of the examples: > http://matplotlib.sourceforge.net/matplotlib_examples_0.90.0.zip > > This is mpl's test suite. Testting should possibly done with the "-tt" or at least the "-t" command line switch to identify incon

[matplotlib-devel] clean recompile

2007-03-19 Thread John Hunter
I made some commits to svn last night to support clipping to arbitrary paths last night -- they work is still in development, but some of the compile *agg backends may be out of whack since the compile dependencies aren't always respected. If you see something funny with svn, try a clean recompile

[matplotlib-devel] Help adding -L dir to build step...

2007-03-19 Thread Ted Drain
I'm trying to build matplotlib and basemap on a solaris box using the latest SVN. My python, qt, tk, etc are all installed in a build directory ($TOOLS). Under linux, the build goes fine and everything works great. However, under solaris, both matplotlib and basemap have link errors that say

Re: [matplotlib-devel] Help adding -L dir to build step...

2007-03-19 Thread Berthold Höllmann
Ted Drain <[EMAIL PROTECTED]> writes: > I'm trying to build matplotlib and basemap on a solaris box using the > latest SVN. My python, qt, tk, etc are all installed in a build > directory ($TOOLS). Under linux, the build goes fine and everything > works great. However, under solaris, both ma

Re: [matplotlib-devel] units support in svn

2007-03-19 Thread Eric Firing
John Hunter wrote: > If you are using mpl svn, please read this as it describes > some fairly major changes. > > Mike Lusignan has been working on adding units support, and as a > consequence, partial support for working with arbitrary types in mpl. > The support is not complete yet, but it is bas