2011/5/11 calle <ka...@web.de>: > [...] > So is there for example a way to set sth like > > axes([0.125,0.2,0.95-0.125,0.95-0.2]) > > or alike without the need to repeat it for every single plot?
Not that I'm aware of. But in what sense is that worst than repeat subplot() for every single plot? Yes there are magic numbers there but subplot also uses magic numbers under the hood, if I'm not wrong. You can wrap your axes call into another function so at least the magic numbers are not visible in the higher level code if they are always the same. Goyo ------------------------------------------------------------------------------ Achieve unprecedented app performance and reliability What every C/C++ and Fortran developer should know. Learn how Intel has extended the reach of its next-generation tools to help boost performance applications - inlcuding clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users