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