|
From: Frédéric P. <par...@gm...> - 2013-07-29 14:34:14
|
Currently, one call figures with their number in matplotlib. If you have a code which draw a lot a different figures at different places with some of them being optional, this is not very convenient. One convenient way to call figure would be to use a dictionnary of figures. Of course I could create some wrapper around matplotlib.figure function but it would be far more convenient if such feature would be standard in matplotlib. Is there any plan to implement such a feature? Best regards, Frédéric Parrenin |