Hi Frédéric,
I don't understand what is the "dictionnary of figures" feature you are
mentionning. Maybe you could write a short mockup script using it ?
However, it's worth mentionning that you can use not only numbers in
figures but also *strings*.
>>> fig = plt.figure('crude oil price')
I use
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 crea