def plot(self): self._need_values() x, y = self.get_xy_points() elems = self._mesh.elems f = plot_sln_mayavi(x, y, elems, self._values) return_mayavi_figure(f)
def plot(self): self._need_values() x_plot, y_plot, elems_plot, values_plot = self._plot_data f = plot_sln_mayavi(x_plot, y_plot, elems_plot, values_plot) return_mayavi_figure(f)