Re: [Matplotlib-users] Difference between axes_grid and axes_grid1

2010-06-05 Thread Jae-Joon Lee
axes_grid was originally started as a supporting module for my other project. And it contained mix of unrelated modules (but served for my purpose). Some of the modules in axes_grid has interfaces not compatible with matplotlib's own axes.

Re: [Matplotlib-users] Difference between axes_grid and axes_grid1

2010-06-05 Thread Benjamin Root
Ah, that makes sense. The features of axes_grid1 are very good and I think they make matplotlib very appealing to those who need advanced graphing features. To encourage the use of axes_grid1, shouldn't the examples on the website get updated to reflect this? Would the examples still work with

Re: [Matplotlib-users] Difference between axes_grid and axes_grid1

2010-06-05 Thread Jae-Joon Lee
On Sat, Jun 5, 2010 at 1:41 PM, Benjamin Root ben.r...@ou.edu wrote: To encourage the use of axes_grid1, shouldn't the examples on the website get updated to reflect this?  Would the examples still work with a simple search-and-replace? The examples in the svn are already updated and they

Re: [Matplotlib-users] Difference between axes_grid and axes_grid1

2010-06-03 Thread Benjamin Root
Well, the link is still not back, so I will probe you a bit further. You say that axes_grid is provided for backward compatibility, does that mean that I should be using axes_grid1 for new code? I have noticed differences in behavior if I import axes_grid versus axes_grid1. For example, my

Re: [Matplotlib-users] Difference between axes_grid and axes_grid1

2010-06-03 Thread Jae-Joon Lee
On Thu, Jun 3, 2010 at 12:52 PM, Benjamin Root ben.r...@ou.edu wrote: Well, the link is still not back, so I will probe you a bit further.  You say that axes_grid is provided for backward compatibility, does that mean that I should be using axes_grid1 for new code?  I have noticed differences

Re: [Matplotlib-users] Difference between axes_grid and axes_grid1

2010-06-03 Thread Benjamin Root
On Thu, Jun 3, 2010 at 12:22 PM, Jae-Joon Lee lee.j.j...@gmail.com wrote: On Thu, Jun 3, 2010 at 12:52 PM, Benjamin Root ben.r...@ou.edu wrote: Well, the link is still not back, so I will probe you a bit further. You say that axes_grid is provided for backward compatibility, does that mean

[Matplotlib-users] Difference between axes_grid and axes_grid1

2010-06-01 Thread Benjamin Root
Hello, Does anybody know what is the difference between mpl_toolkit.axes_grid and mpl_toolkit.axes_grid1? Thanks, Ben Root -- ___ Matplotlib-users mailing list

Re: [Matplotlib-users] Difference between axes_grid and axes_grid1

2010-06-01 Thread Jae-Joon Lee
this is supposed to be explained in http://matplotlib.sourceforge.net/trunk-docs/users/gridspec.html But the trunk documentation is failed to build at this moment. In short, in the svn version of matplotlib, axes_grid is divided into two separate modules, axes_grid1 and axisartist (axes_grid

Re: [Matplotlib-users] Difference between axes_grid and axes_grid1

2010-06-01 Thread Benjamin Root
Will do, thanks. Ben Root On Tue, Jun 1, 2010 at 5:26 PM, Jae-Joon Lee lee.j.j...@gmail.com wrote: this is supposed to be explained in http://matplotlib.sourceforge.net/trunk-docs/users/gridspec.html But the trunk documentation is failed to build at this moment. In short, in the svn