a

On Wed, Mar 11, 2009 at 1:29 PM, Jonathan Taylor <
jonathan.tay...@utoronto.ca> wrote:

> Hi John,
>
> You should be able to check out a copy from my git repo via
>
> git clone http://jonathantaylor.ca/mplot3d.git
> cd mplot3d
> git pull



OK thanks.

Just a word of warning.  It appears you are developing against an older
version of mpl (0.98?).  For example, matplotlib.text.TextWithDash used in
axis3d has been removed from svn HEAD.  The attribute  self._autoscaleon in
axes3d is no longer available (use self.get_autoscale_on())

As soon as feasible, I suggest getting a svn co of mpl HEAD and working with
that, to speed integration with the main line.  You could resurrect
TextWithDash internally for mplot3d if you want, but we found it difficult
to maintain.

JDH
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to