|
From: Eric F. <ef...@ha...> - 2015-03-05 16:35:49
|
On 2015/03/05 6:11 AM, Marin GILLES wrote: > Hello everyone, > After working a bit on the styles, I noticed that some parameters could > not be modified using an rc or style file (for example, turning off the > right, left, up or down axis). I kind of saw how to do it using the > |Axis.spine.set_visible()| method, but it would be better to be able to > change it in the rc. > So I was wondering if there would be a way to add rcParameters using a > method with an external file, or if I would have to change this in the > mpl source? > Maybe a method that would add rcParameters on demand… > Thanks Marin, The sort of capability you are describing here is not possible with the present architecture. Eric |