def ShowZZ(pl, zz, title=''): pl.figure pl.grid() if title != '': pl.title(title) DrawZZ(pl, zz, c='b') pl.show() pl.close()