runs a function after making all open figures current.
useful if you need to change the properties of many open figures at once, like turn off the grid.
Parameters : | func : function
*args, **kwargs : pased to func |
---|
Examples
>>> rf.func_on_all_figs(grid,alpha=.3)