I think there is no functionality difference between subplot2grid and SM Window. And the syntax of the subplot2grid seems much more cleaner, especially when you have large number of cells. So, I'm +1 for subplot2grid in this regard.
One thing I like about my option 3 is that it can have some benefit from the array indexing. For example, > >> +-------+---+ >> | | | >> | ax1 |ax3| >> | | | >> +-------+---+ >> | ax2 | >> +-----------+ > ax2 = subplot(grid_spec(3,3)[2,:]) Any suggestions? -JJ ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users