skrf.convenience.func_on_all_figs

skrf.convenience.func_on_all_figs(func, *args, **kwargs)

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

function to call

*args, **kwargs : pased to func

Examples

>>> rf.func_on_all_figs(grid,alpha=.3)

Previous topic

skrf.convenience.legend_off

Next topic

skrf.convenience.hfss_touchstone_2_media

This Page