Re: [Matplotlib-users] Setting defaults that are not accessible via rcParams

2011-05-11 Thread Goyo
2011/5/11 calle : > [...] > 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 ma

[Matplotlib-users] Setting defaults that are not accessible via rcParams

2011-05-11 Thread calle
Hej, Being a student of Geophysics, I regularly have to hand in some reports, for which I'm doing a lot of plotting. I am using a latex-template of my own, inserting the graphics from pdf. Now I am looking for a convenient way to set some defaults for the format of plots I am using. I have creat