Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(32) | Call(32) | Derive(0) | Import(0)
src/m/a/mayavi-HEAD/integrationtests/mayavi/test_user_defined.py mayavi(Download)
############################################################ # Create a new scene and set up the visualization. s = self.new_scene() script = mayavi = self.script
src/m/a/mayavi-HEAD/integrationtests/mayavi/test_streamline.py mayavi(Download)
############################################################ # Create a new scene and set up the visualization. s = self.new_scene() d = ArraySource()
src/m/a/mayavi-HEAD/integrationtests/mayavi/test_set_active_attribute.py mayavi(Download)
mayavi = script = self.script scene = self.new_scene() r = VTKXMLFileReader() r.initialize(get_example_data('fire_ug.vtu'))
src/m/a/mayavi-HEAD/integrationtests/mayavi/test_plot3d_mb_reader.py mayavi(Download)
############################################################ # Create a new scene and set up the visualization. s = self.new_scene() # Read the multi-block plot3d file.
src/m/a/mayavi-HEAD/integrationtests/mayavi/test_optional_collection.py mayavi(Download)
############################################################ # Create a new scene and set up the visualization. s = self.new_scene() # Read a VTK (old style) data file.
src/m/a/mayavi-HEAD/integrationtests/mayavi/test_mlab.py mayavi(Download)
############################################################ # Create a new scene and set up the visualization. s = self.new_scene() s.scene.isometric_view()
src/m/a/mayavi-HEAD/integrationtests/mayavi/test_labels.py mayavi(Download)
############################################################ # Create a new scene and set up the visualization. s = self.new_scene() script = mayavi = self.script
src/m/a/mayavi-HEAD/integrationtests/mayavi/test_ipw_multiple_scalars.py mayavi(Download)
# Make the pipeline. self.new_scene() src = VTKDataSource(data=p) script.add_source(src)
src/m/a/mayavi-HEAD/integrationtests/mayavi/test_image_plane_widget.py mayavi(Download)
############################################################ # Create a new scene and set up the visualization. s = self.new_scene() d = ArraySource()
src/m/a/mayavi-HEAD/integrationtests/mayavi/test_image_data_probe.py mayavi(Download)
############################################################ # Create a new scene and set up the visualization. s = self.new_scene() script = mayavi = self.script
1 | 2 | 3 | 4 Next