Hello,

I want to create two sets of axes for a figure that would be  
equivalent to

ax = fig.add_subplot(111)
ax2 =  
ax 
.figure 
.add_axes(ax.get_position(True),frameon=False,sharex=ax,sharey=ax)

except that I want to be able to specify different tick locators and  
formatters for ax and ax2. If I remove sharex and sharey, then there  
is no guarantee that both axes have the same view limits. I want to  
enforce common view limits while retaining the independence that would  
allow me to specify different locators/formatters.

I would welcome any advice on how to do this,

Thanks!

Thomas

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to