Re: [Matplotlib-users] Set various parameters of a plot window.

2012-03-11 Thread Ignas Anikevicius
On 11/03/12 14:19, Goyo wrote: > El día 11 de marzo de 2012 11:31, gsal escribió: >> >> I am not quite sure what you are asking, but, can you simply just add your >> own attribute to the window objects? Python is friendly that way, you know? >> It's dynamic. > > There are some dialogs not accesi

Re: [Matplotlib-users] Set various parameters of a plot window.

2012-03-11 Thread Goyo
El día 11 de marzo de 2012 11:31, gsal escribió: > > I am not quite sure what you are asking, but, can you simply just add your > own attribute to the window objects?  Python is friendly that way, you know? > It's dynamic. There are some dialogs not accesible using the mpl api. The save dialogs s

Re: [Matplotlib-users] Set various parameters of a plot window.

2012-03-11 Thread gsal
I am not quite sure what you are asking, but, can you simply just add your own attribute to the window objects? Python is friendly that way, you know? It's dynamic. -- View this message in context: http://old.nabble.com/Set-various-parameters-of-a-plot-window.-tp33479160p33480317.html Sent fro

[Matplotlib-users] Set various parameters of a plot window.

2012-03-10 Thread Ignas Anikevicius
Hello everybody, I am trying to write a rule for AwesomeWM, so that all matplotlib related windows would be floating and not tiled. For this purpose I want to filter matplotlib windows by some window attribute, like class, instance or title. Is there a way to modify the window class or instance ea