def plot(self): plots = [ vis.plot_plane(self, plane=plane, show_plot=False) for plane in ('XY', 'XZ', 'YZ') ] show(vplot(*plots))
def plot(self): plots = [vis.plot_plane(self, plane=plane, show_plot=False) for plane in ('XY', 'XZ', 'YZ')] show(vplot(*plots))
def plot_plane(self, plane='XY', show_steps=True): vis.plot_plane(self, plane=plane, show_steps=show_steps)