Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

mayavi-doc-4.7.1-bp153.1.1 RPM for armv7hl

From OpenSuSE Ports Leap 15.3 for armv7hl

Name: mayavi-doc Distribution: SUSE Linux Enterprise 15 SP3
Version: 4.7.1 Vendor: openSUSE
Release: bp153.1.1 Build date: Thu Feb 25 18:22:56 2021
Group: Documentation/HTML Build host: armbuild13
Size: 7555997 Source RPM: mayavi-4.7.1-bp153.1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/enthought/mayavi
Summary: Documentation for mayavi
Documentation files for the mayavi package.

Provides

Requires

License

BSD-3-Clause AND EPL-1.0 AND LGPL-2.0-or-later AND LGPL-3.0-or-later

Changelog

* Wed Oct 30 2019 Todd R <toddrme2178@gmail.com>
  - Fix tvtk doc .desktop file name.
  - Make mayavi man file name match executable file name.
  - Clean up some spec file formatting.
* Fri Sep 13 2019 Todd R <toddrme2178@gmail.com>
  - Update to Mayavi 4.7.1
    + Fixes
    * Fix old pipeline errors in image actor.
    * Use the decorator for classmethod
      Instead of explicitly calling it in the class definition
    * Misc bug fixes
      Fixes 3 issues that affect the new release due to changes in traits, pyface etc.
      > Fix issue with CTF editor not showing.
      > Fix issue with lut editor not launching.
      > Fix issue with cut/pasting tree nodes and drag drop onto shell.
  - Update to Mayavi 4.7.0
    + Enhancements
    * New Jupyter notebook 'ipy' backend which is now the default and
      requires that VTK's offscreen support work correctly. This backend
      requires ipywidgets and ipyevents. It allows complete interactivity and
      behaves almost exactly like a normal UI backend but inside a notebook.
      Note that this will still require an xserver or windowing toolkit unless
      VTK is compiled to be able to work without those.
    * Improve offscreen window creation.
      Creating a renderwindow in some configurations can actually make UI
      calls.  So if EGL is available we try that.  Also, when we are using
      offscreen rendering we only need a GenericRenderWindowInteractor.
      Also add a convenient set method so one can set a different interactor if needed.
    * ENH: Feature to disable automatic updates.
      This can be very handy at times when the automatic updates can trigger
      several changes that are not desirable.  For example on certain VTK
      calls, internal ModifiedEvents may be fired which will automatically
      call the update_traits method which can be wired to other events
      triggering problems.  In these cases one can use the
      `global_disable_update` function to temporarily disable updates.
    + Fixes
    * Test against ETS packages from source using travis cron jobs.
    * Use xenial linux instead of trusty
    * add fix for str conversion from bad bytes array
    * Fix issue that arises in a few of the mlab sources where when we reset to a
      polydata with a smaller number of points.
    * FIX: Fix nose leftovers in tests.
    * FIX: Escape chars in code.
    * Also catch exceptions in generating documentation
    * Some UI fixes for ivtk.
      This fixes `#734 <https://github.com/enthought/mayavi/issues/734>`_.
    * FIX: Fix set_range causing lookup table errors.
    * FIX: Fix type check
    * FIX: Fix for VTKNoneArray
    * If OSMesa is available and user requests an offscreen window, use an
      OSOpenGLRenderWindow, this will not require X and can be safely used on
      a remote server.
    * Fix bug related to SurfaceSource.scalars This bug manifests when the
      SurfaceSource object in question does not have a scalars attribute and
      many of them do not have this.
    * Fix pip installs failing.
    * Fix detection of color transfer function.
      The original code was written for very old VTK versions but ever since
      5.x we have a get_node_value method that actually provides the values of
      the nodes given an index.  We now use this instead of the earlier hack.
  - Remove upstream-included catch_gen_docs_errors.patch
* Tue Apr 23 2019 Matej Cepl <mcepl@suse.com>
  - Clean up SPEC file
  - Fix removal of wrong shebang lines.
* Wed Jan 09 2019 Jan Engelhardt <jengelh@inai.de>
  - Remove useless ldconfig calls. There are no ELF libraries in the
    standard directories.
  - Trim bias and filler wording from descriptions.
* Fri Jan 04 2019 Todd R <toddrme2178@gmail.com>
  - Update to Mayavi 4.6.0
    + Features
    - Use new pyface toolkit
    - Qt5 support. This is critical for Python 3.x as this is the only toolkit
      that works with Python 3.x.
    + Fixes
    - Update installation documentation.
    - Fix warning message when updating mlab_source data without scalars/vectors.
    - Fix nbextension and missing bug with global.
    - Improve tests so Python 2.7, 3.x are tested and the tests run using VTK 8.x and 7.x.
    - Misc fixes for PyQt4 and Python 3.6.
    - Fix bug with mlab.screenshot and VTK 8.1.0.
    - Fix travis builds
    - Fix `#605 <https://github.com/enthought/mayavi/issues/605>`_: Interactors now work correctly with Qt5.
    - Fix some wxPython issues so mayavi works with recent wxPython releases.
    - Fix 8.1 issues phase 2
    - Fix 8.1 issues
    - MRG: Avoid NumPy deprecation
    - Fix bug with "p" keypress
    - VTK 8.x compatibility fixes
    - FIX: Remove debug print
    - BUG: Undo a couple of accidental trait_set changes.
    - DOC improve the mlab introduction
    - Bug fix: solve the unicode encode error in windows
    - Prevent get_tvtk_class_names from hijacking stderr
    - Prevent get_tvtk_class_names from hijacking stdout
    - FIX: Tiny spelling fix
    - FIX: Fix deprecated .set / .get use
    - Fix numpy issues in lut_manager
    - Fix long standing test failure with ply reader.
    - Fix numpy warnings.
    - Try fix appveyor test failures.
    - Add test for the fix provided in `#514 <https://github.com/enthought/mayavi/issues/514>`_.
    - Fix bug with reset method of mlab sources.
    - Fix tests
    - Update readme and add link to mailing lists.
    - Update installation instructions for conda/conda-forge/edm.
    - doc: Typo fix
    - Fix a bug with array source and vectors.
    - FIX shared data in testing backend
    - Update extract_grid.py
    - Fix pick_world bug with VTK >= 6
    - Fix bug in mouse_pick_dispatcher
    - Remove focus-stealing code
    - avoid loading nbextension via absolute URL
    - Remove known bug about Python 3 support
    - Adding information/tip about figure width
    - Fix for setuptools 28.0
    - [MRG] Added a volume_slice helper function in mlab.
    - Update readme.
    - Fix lurking old pipeline code
  - Add no_vtk_require.patch
    VTK detection in setuptools fails due to a lack of .egg-info
* Thu May 24 2018 toddrme2178@gmail.com
  - Use license tag
  - Fix building
* Wed May 23 2018 toddrme2178@gmail.com
  - Run unit tests
* Fri Aug 25 2017 toddrme2178@gmail.com
  - Switch to python3
  - Update to Mayavi 4.5.0
    + Enhancements
    * Jupyter notebook support!  Adds support for displaying Mayavi images or
      x3d scenes on the notebook. The x3d scenes allow one to fully interact
      with the scene in the notebook.  More documentation is available at
      :ref:`jupyter_notebook`.
    * Adds support for recording movies and animating timesteps.  See
      :ref:`animating_a_timeseries` and :ref:`animating_a_visualization` for
      more details.
    * Updated LUTs to include new matplotlib colorschemes, this includes the
      new viridis colormap.
    + Fixes
    * Fix several bugs, `#397 <https://github.com/enthought/mayavi/issues/397>`_
      where PDF files were not saved properly. Fix issues with ``tvtk.visual``
      and add many tests for it, this fixes `#387
      <https://github.com/enthought/mayavi/issues/387>`_.  Refactor the save
      screenshot dialog popups.  Fix problem with the picker point not showing
      when "p" is pressed on the scene.
    * Python 3 fixes for the jupyter notebook support.
    * Fixes `#388 <https://github.com/enthought/mayavi/issues/388>`_ where
      tubes were not showing on protein demo.
    * Add additional save options.
    * Fixes `#403 <https://github.com/enthought/mayavi/issues/403>`_ where the
      image plane widget and volume modules were broken.
    * Debug info on code gen for wrapper generation.
    * BUG: Fix slice unstructured grid module.
    * Fix typo in readme.
    * update codecov configuration
    * Documentation for QString API failure.
    * Fixes incorrect signature of ``EnvisageEngine.new_scene``.
    * Fix for unexpected test code.
    * Fix "_p_void" values in TVTK with VTK 6.x
    * Fix failing test for custom import in some circumstances
    * Removes ``array_ext.so/pyd`` on clean
    * Check if test successful with the appropriate filename.
    * Unicode trait handling for those vtk methods returning unicode data
    * ENH: Nice load pylab_luts.pkl
    * Document object identity behavior matching VTK
    * Revert "Fix savefig size and black image"
    * Added setup.py documentation for Qt requirements
    * Add VTK 6.3 and VTK 7 to travis ci
    * Fix traitsdoc setup and compliance with py3
    * Import and integer division in python3
    * Fix texture on ``mlab.surf``, issue `#211 <https://github.com/enthought/mayavi/issues/211>`_.
    * Fixes Quiver3d Failure with different argument types
    * Fix Text3D in VTK 6.0+
    * Fix savefig size and black image
    * Fix for exception when modifying extents
    * Suppresses test for VTK 6.2 (solves appVeyor random failure)
    * Forces pipeline update when LUT changes
    * Fix for test failure on mayavi -t
    * Enforce ordering of attribute labels in VTKDataSource.
    * Apply has_attribute to the output in VTKFileReader
    * Replacing links to code. and svn.enthought.com
    * Fix Camera off-centered when loading saved visualization
    * Update to use new VTK pipeline where possible.  This fixes a number of
      issues with the pipeline was not updating properly.
    * Fix issue with ``mlab.move``
    * Fix issue `#302 <https://github.com/enthought/mayavi/issues/302>`_,
      segfault when savefig is called multiple times.
    * Fix get_engine behavior when backend is changed again.
* Mon Apr 25 2016 badshah400@gmail.com
  - Rename python-mayavi to mayavi.
  - Avoid some rpmlint warnings by removing shebangs from
    non-executable doc files.
  - Avoid rpmlint warnings by removing python byte-codes where they
    are not accompanied by the source code.
  - Drop an unneeded hidden file to avoid rpmlint warning.
* Wed Mar 16 2016 stecue@gmail.com
  - updated to 4.4.4
    * fixed compilation problem with vtk 7.0.0
* Mon Sep 07 2015 toddrme2178@gmail.com
  - Update to 4.4.3
    * Enhancements
    - Update the readme fixing dead links
    - Use new Travis CI containers for faster builds
    - Add CI tests on Windows using Appveyor
    * Fixes
    - Remove reference cycles from various objects to fix memory leaks. Add
      unit test that provides an API to test garbage collection.
    - Fix the LUT manager to select the correct lut mode for QT backend
    - Use the python-wxtool package to speed up Travis CI build
    - Fix TVTK wrapper to allow look up with long keys for Points
    - Fix glyph to handle the masking of input points
    - Update the docs with known bugs, issues list and describe the PR
      workflow on github for development and documentation.
    - Fix TVTK wrapper to update number of cells when a cell is inserted in a
      VTK cell array
    - Fix VKTFileReader to update output when using standalone
    - Fix the sdist command
  - Update to 4.4.2
    * Enhancements
    - Upgrade the VTK parser to add support for VTK 6.2.
  - Update to 4.4.1
    * Fixes
    - Fix trackpad scrolling to zoom in/out smoothly on OS X.
  - Update to 4.4.0
    * Enhancements
    - Add function to set data at input port, add stanford (bunny,
      dragon, lucy) examples, and use new volume mapper for new pipeline.
    - Upgrade to VTK 6.0 with VTK's new pipeline.
    * Fixes
    - Support dynamic dimensions in array source.
    - Fix MRI brain data URL.
    - More fixes for connection topology, information request and tube filter
      after upgrading to new pipeline.
    - Handle the non-Latin-1 keypresses.
    - Prevent ndarray comparisions with None.
    - Fix the trait error raised when the threshold range is updated.
    - Update installation documentation links.
    - Fix integration tests after upgrade to VTK's new pipeline.
* Mon Oct 13 2014 toddrme2178@gmail.com
  - Updated source to pypi url.

Files

/usr/share/doc/packages/mayavi/html
/usr/share/doc/packages/mayavi/html/_downloads
/usr/share/doc/packages/mayavi/html/_downloads/00f942955dff5879ec3d4e05a845110f
/usr/share/doc/packages/mayavi/html/_downloads/00f942955dff5879ec3d4e05a845110f/datasets.py
/usr/share/doc/packages/mayavi/html/_downloads/05c293505ee5f1a61cb55e82ed89d9d6
/usr/share/doc/packages/mayavi/html/_downloads/05c293505ee5f1a61cb55e82ed89d9d6/magnetic_field.py
/usr/share/doc/packages/mayavi/html/_downloads/11482f596380e4eecec22671a8ca831c
/usr/share/doc/packages/mayavi/html/_downloads/11482f596380e4eecec22671a8ca831c/dragon.py
/usr/share/doc/packages/mayavi/html/_downloads/1ac524dada846653215adb07890371b9
/usr/share/doc/packages/mayavi/html/_downloads/1ac524dada846653215adb07890371b9/boy.py
/usr/share/doc/packages/mayavi/html/_downloads/1ce39c0b7df8cb26acb002d9553d2dcd
/usr/share/doc/packages/mayavi/html/_downloads/1ce39c0b7df8cb26acb002d9553d2dcd/probe_filter.py
/usr/share/doc/packages/mayavi/html/_downloads/1f72c556ae91df5854f508948adaed68
/usr/share/doc/packages/mayavi/html/_downloads/1f72c556ae91df5854f508948adaed68/pick_on_surface.py
/usr/share/doc/packages/mayavi/html/_downloads/244535886146480d33ea2f41e3a4f343
/usr/share/doc/packages/mayavi/html/_downloads/244535886146480d33ea2f41e3a4f343/volume_slicer_advanced.py
/usr/share/doc/packages/mayavi/html/_downloads/26987c9070507388005cc02cd0d7abcf
/usr/share/doc/packages/mayavi/html/_downloads/26987c9070507388005cc02cd0d7abcf/contour.py
/usr/share/doc/packages/mayavi/html/_downloads/26e3726adebd1f0b63d87b8fc281a32a
/usr/share/doc/packages/mayavi/html/_downloads/26e3726adebd1f0b63d87b8fc281a32a/poll_file.py
/usr/share/doc/packages/mayavi/html/_downloads/27332f73e7d32aacfe92be162288b1e4
/usr/share/doc/packages/mayavi/html/_downloads/27332f73e7d32aacfe92be162288b1e4/streamline.py
/usr/share/doc/packages/mayavi/html/_downloads/2afa0adab5fa4b0c4818884112f04c49
/usr/share/doc/packages/mayavi/html/_downloads/2afa0adab5fa4b0c4818884112f04c49/scatter_plot.py
/usr/share/doc/packages/mayavi/html/_downloads/2b51d1cf96b7d612db33053f5627f211
/usr/share/doc/packages/mayavi/html/_downloads/2b51d1cf96b7d612db33053f5627f211/magnetic_field_lines.py
/usr/share/doc/packages/mayavi/html/_downloads/306c74615d961065744f15618fb26a98
/usr/share/doc/packages/mayavi/html/_downloads/306c74615d961065744f15618fb26a98/adjust_cropping_extents.py
/usr/share/doc/packages/mayavi/html/_downloads/3b8e6e34d7182d9b801cc97d6e7034ab
/usr/share/doc/packages/mayavi/html/_downloads/3b8e6e34d7182d9b801cc97d6e7034ab/mlab_visual.py
/usr/share/doc/packages/mayavi/html/_downloads/470210f5468b40b4a1112e30d4eab26e
/usr/share/doc/packages/mayavi/html/_downloads/470210f5468b40b4a1112e30d4eab26e/multiple_mlab_scene_models.py
/usr/share/doc/packages/mayavi/html/_downloads/4a63c765b0a5ed54c6c3ed5d0e27adef
/usr/share/doc/packages/mayavi/html/_downloads/4a63c765b0a5ed54c6c3ed5d0e27adef/lorenz_ui.py
/usr/share/doc/packages/mayavi/html/_downloads/4b0f613f502fca529c9406b48f3532ea
/usr/share/doc/packages/mayavi/html/_downloads/4b0f613f502fca529c9406b48f3532ea/tvtk_segmentation.py
/usr/share/doc/packages/mayavi/html/_downloads/4be7a57c834b79b097229573d8ab89ac
/usr/share/doc/packages/mayavi/html/_downloads/4be7a57c834b79b097229573d8ab89ac/compute_in_thread.py
/usr/share/doc/packages/mayavi/html/_downloads/4cc3c7343916b7beb02a911bcaeb304f
/usr/share/doc/packages/mayavi/html/_downloads/4cc3c7343916b7beb02a911bcaeb304f/simple_structured_grid.py
/usr/share/doc/packages/mayavi/html/_downloads/4f4c57eb2cf7303bd55e9696b67f5c04
/usr/share/doc/packages/mayavi/html/_downloads/4f4c57eb2cf7303bd55e9696b67f5c04/multiple_engines.py
/usr/share/doc/packages/mayavi/html/_downloads/521fcf7dd613de0c6007c35145f2605e
/usr/share/doc/packages/mayavi/html/_downloads/521fcf7dd613de0c6007c35145f2605e/surface_from_irregular_data.py
/usr/share/doc/packages/mayavi/html/_downloads/5394b73534d85e645c661505bf43d5ee
/usr/share/doc/packages/mayavi/html/_downloads/5394b73534d85e645c661505bf43d5ee/julia_set.py
/usr/share/doc/packages/mayavi/html/_downloads/54f20ed1183078d00c5443ceaa42fc93
/usr/share/doc/packages/mayavi/html/_downloads/54f20ed1183078d00c5443ceaa42fc93/lorenz.py
/usr/share/doc/packages/mayavi/html/_downloads/55cbbf86fb252d1facad42074de377e7
/usr/share/doc/packages/mayavi/html/_downloads/55cbbf86fb252d1facad42074de377e7/wigner.py
/usr/share/doc/packages/mayavi/html/_downloads/65dafad439b861da64917610810a3d6b
/usr/share/doc/packages/mayavi/html/_downloads/65dafad439b861da64917610810a3d6b/polydata.py
/usr/share/doc/packages/mayavi/html/_downloads/668665cd059704d6414a620b8179b11b
/usr/share/doc/packages/mayavi/html/_downloads/668665cd059704d6414a620b8179b11b/mlab_interactive_dialog.py
/usr/share/doc/packages/mayavi/html/_downloads/67ecd6cf69cc6ef17c2b2f2d394ad561
/usr/share/doc/packages/mayavi/html/_downloads/67ecd6cf69cc6ef17c2b2f2d394ad561/chemistry.py
/usr/share/doc/packages/mayavi/html/_downloads/6b497f10945fedb46f8e78f30b1c4a25
/usr/share/doc/packages/mayavi/html/_downloads/6b497f10945fedb46f8e78f30b1c4a25/delaunay_graph.py
/usr/share/doc/packages/mayavi/html/_downloads/6d857a0d2d277a6f5d374593edf76e40
/usr/share/doc/packages/mayavi/html/_downloads/6d857a0d2d277a6f5d374593edf76e40/coil_design_application.py
/usr/share/doc/packages/mayavi/html/_downloads/717aeb1f0563f5355e468965f16e2d63
/usr/share/doc/packages/mayavi/html/_downloads/717aeb1f0563f5355e468965f16e2d63/image_cursor_filter.py
/usr/share/doc/packages/mayavi/html/_downloads/75a722315dc5e54497ac8e92b324111f
/usr/share/doc/packages/mayavi/html/_downloads/75a722315dc5e54497ac8e92b324111f/select_red_balls.py
/usr/share/doc/packages/mayavi/html/_downloads/772340b36e0f5426cb6f48dc8b98406a
/usr/share/doc/packages/mayavi/html/_downloads/772340b36e0f5426cb6f48dc8b98406a/wx_embedding.py
/usr/share/doc/packages/mayavi/html/_downloads/77632a304f510614f34a223e8a48dbb2
/usr/share/doc/packages/mayavi/html/_downloads/77632a304f510614f34a223e8a48dbb2/canyon_decimation.py
/usr/share/doc/packages/mayavi/html/_downloads/7945d8c07a676eb97a8da1f9d6dea876
/usr/share/doc/packages/mayavi/html/_downloads/7945d8c07a676eb97a8da1f9d6dea876/glyph.py
/usr/share/doc/packages/mayavi/html/_downloads/7a1cf49710879fe8aa6320af70548d85
/usr/share/doc/packages/mayavi/html/_downloads/7a1cf49710879fe8aa6320af70548d85/offscreen.py
/usr/share/doc/packages/mayavi/html/_downloads/7d59e701bffa8a5330a0da266bf99b9c
/usr/share/doc/packages/mayavi/html/_downloads/7d59e701bffa8a5330a0da266bf99b9c/zzz_reader.py
/usr/share/doc/packages/mayavi/html/_downloads/7de608684ca79eb99abe28abadd347ab
/usr/share/doc/packages/mayavi/html/_downloads/7de608684ca79eb99abe28abadd347ab/bunny.py
/usr/share/doc/packages/mayavi/html/_downloads/86d1be60897ae26eda528c3aa0ecd8d6
/usr/share/doc/packages/mayavi/html/_downloads/86d1be60897ae26eda528c3aa0ecd8d6/citation.bib
/usr/share/doc/packages/mayavi/html/_downloads/8d7e12e9845eb35c0e29174745b86bf2
/usr/share/doc/packages/mayavi/html/_downloads/8d7e12e9845eb35c0e29174745b86bf2/numeric_source.py
/usr/share/doc/packages/mayavi/html/_downloads/8e893c5eb9580c71482b1bc5681c0d07
/usr/share/doc/packages/mayavi/html/_downloads/8e893c5eb9580c71482b1bc5681c0d07/structured_points3d.py
/usr/share/doc/packages/mayavi/html/_downloads/9043dd86a29046c5a47f53991551a132
/usr/share/doc/packages/mayavi/html/_downloads/9043dd86a29046c5a47f53991551a132/m2_about.jpg
/usr/share/doc/packages/mayavi/html/_downloads/90873f5a60b19ad5bfad13e8913b550a
/usr/share/doc/packages/mayavi/html/_downloads/90873f5a60b19ad5bfad13e8913b550a/superquad_with_gui.py
/usr/share/doc/packages/mayavi/html/_downloads/93d7f3e714a2cd7a7686f47782cb29a4
/usr/share/doc/packages/mayavi/html/_downloads/93d7f3e714a2cd7a7686f47782cb29a4/user_mayavi.py
/usr/share/doc/packages/mayavi/html/_downloads/94cff7eab757af2f70235732a3c26a57
/usr/share/doc/packages/mayavi/html/_downloads/94cff7eab757af2f70235732a3c26a57/structured_grid.py
/usr/share/doc/packages/mayavi/html/_downloads/9a9dc987a9c71e2eb1131cce88fe74bc
/usr/share/doc/packages/mayavi/html/_downloads/9a9dc987a9c71e2eb1131cce88fe74bc/mlab_3D_to_2D.py
/usr/share/doc/packages/mayavi/html/_downloads/9dac939e344f1388025f7f893c7016fd
/usr/share/doc/packages/mayavi/html/_downloads/9dac939e344f1388025f7f893c7016fd/volume_slicer.py
/usr/share/doc/packages/mayavi/html/_downloads/a82e75af06bb199c1e24adee83dd9671
/usr/share/doc/packages/mayavi/html/_downloads/a82e75af06bb199c1e24adee83dd9671/protein.py
/usr/share/doc/packages/mayavi/html/_downloads/a9e27f302912a02b5a50d0d57d16cb79
/usr/share/doc/packages/mayavi/html/_downloads/a9e27f302912a02b5a50d0d57d16cb79/contour_contour.py
/usr/share/doc/packages/mayavi/html/_downloads/b443c53ab0ab9fc2909e3bbd7eb02557
/usr/share/doc/packages/mayavi/html/_downloads/b443c53ab0ab9fc2909e3bbd7eb02557/plotting_many_lines.py
/usr/share/doc/packages/mayavi/html/_downloads/b502ba0816eebf0c48c2dc88291ae157
/usr/share/doc/packages/mayavi/html/_downloads/b502ba0816eebf0c48c2dc88291ae157/atomic_orbital.py
/usr/share/doc/packages/mayavi/html/_downloads/b63e1324461746c2068f3fb0e424d781
/usr/share/doc/packages/mayavi/html/_downloads/b63e1324461746c2068f3fb0e424d781/custom_colormap.py
/usr/share/doc/packages/mayavi/html/_downloads/c1512decd532de693444b2e1343ab2a1
/usr/share/doc/packages/mayavi/html/_downloads/c1512decd532de693444b2e1343ab2a1/canyon.py
/usr/share/doc/packages/mayavi/html/_downloads/c53cd3e1f86c1a2ae3cd92d5620ab312
/usr/share/doc/packages/mayavi/html/_downloads/c53cd3e1f86c1a2ae3cd92d5620ab312/spherical_harmonics.py
/usr/share/doc/packages/mayavi/html/_downloads/c78f66fc9669ef74207d891e88f6bafc
/usr/share/doc/packages/mayavi/html/_downloads/c78f66fc9669ef74207d891e88f6bafc/surf_regular_mlab.py
/usr/share/doc/packages/mayavi/html/_downloads/c7b67d897f61ba34a1ec3334ce18ba17
/usr/share/doc/packages/mayavi/html/_downloads/c7b67d897f61ba34a1ec3334ce18ba17/mri.py
/usr/share/doc/packages/mayavi/html/_downloads/c8de4fe9e211dcc55b11ba30e8a432a5
/usr/share/doc/packages/mayavi/html/_downloads/c8de4fe9e211dcc55b11ba30e8a432a5/julia_set_decimation.py
/usr/share/doc/packages/mayavi/html/_downloads/cec2ffaf0abafd3ae1c4487430ced047
/usr/share/doc/packages/mayavi/html/_downloads/cec2ffaf0abafd3ae1c4487430ced047/tvtk_in_mayavi.py
/usr/share/doc/packages/mayavi/html/_downloads/d26af42604a4ef753d66ea35911ebcda
/usr/share/doc/packages/mayavi/html/_downloads/d26af42604a4ef753d66ea35911ebcda/wx_mayavi_embed_in_notebook.py
/usr/share/doc/packages/mayavi/html/_downloads/da491f45ecbce5d6b6a435bce7793996
/usr/share/doc/packages/mayavi/html/_downloads/da491f45ecbce5d6b6a435bce7793996/mlab_traits_ui.py
/usr/share/doc/packages/mayavi/html/_downloads/dac18d675730e7e3cbaaf7c6aa424a1c
/usr/share/doc/packages/mayavi/html/_downloads/dac18d675730e7e3cbaaf7c6aa424a1c/mayavi_traits_ui.py
/usr/share/doc/packages/mayavi/html/_downloads/df69597ff6d3c93ef10ec9a4de7b55bf
/usr/share/doc/packages/mayavi/html/_downloads/df69597ff6d3c93ef10ec9a4de7b55bf/lucy.py
/usr/share/doc/packages/mayavi/html/_downloads/e0940887b082c7b562c6bd215f69c6a5
/usr/share/doc/packages/mayavi/html/_downloads/e0940887b082c7b562c6bd215f69c6a5/structured_points2d.py
/usr/share/doc/packages/mayavi/html/_downloads/e63be185af808c6cc049635f37c95816
/usr/share/doc/packages/mayavi/html/_downloads/e63be185af808c6cc049635f37c95816/flight_graph.py
/usr/share/doc/packages/mayavi/html/_downloads/ea0c89198f4b59bd65554c6de3d2b346
/usr/share/doc/packages/mayavi/html/_downloads/ea0c89198f4b59bd65554c6de3d2b346/standalone.py
/usr/share/doc/packages/mayavi/html/_downloads/eacbcb88ecfb834875f40c0ccaef8fb0
/usr/share/doc/packages/mayavi/html/_downloads/eacbcb88ecfb834875f40c0ccaef8fb0/nongui.py
/usr/share/doc/packages/mayavi/html/_downloads/f94d24cc44ccc1e9faa7892f26692f11
/usr/share/doc/packages/mayavi/html/_downloads/f94d24cc44ccc1e9faa7892f26692f11/unstructured_grid.py
/usr/share/doc/packages/mayavi/html/_downloads/fa799c591890af631c8b964a0188ea59
/usr/share/doc/packages/mayavi/html/_downloads/fa799c591890af631c8b964a0188ea59/subclassing_mayavi_application.py
/usr/share/doc/packages/mayavi/html/_downloads/ff7f610d4da8b32f37854b2fb03cd9d2
/usr/share/doc/packages/mayavi/html/_downloads/ff7f610d4da8b32f37854b2fb03cd9d2/qt_embedding.py
/usr/share/doc/packages/mayavi/html/_images
/usr/share/doc/packages/mayavi/html/_images/clamping_off.jpg
/usr/share/doc/packages/mayavi/html/_images/clamping_on.jpg
/usr/share/doc/packages/mayavi/html/_images/dataset_diagram.jpg
/usr/share/doc/packages/mayavi/html/_images/design2a.jpg
/usr/share/doc/packages/mayavi/html/_images/design2b.png
/usr/share/doc/packages/mayavi/html/_images/design2c.jpg
/usr/share/doc/packages/mayavi/html/_images/enthought_mayavi_mlab_barchart.jpg
/usr/share/doc/packages/mayavi/html/_images/enthought_mayavi_mlab_barchart1.jpg
/usr/share/doc/packages/mayavi/html/_images/enthought_mayavi_mlab_contour3d.jpg
/usr/share/doc/packages/mayavi/html/_images/enthought_mayavi_mlab_contour3d1.jpg
/usr/share/doc/packages/mayavi/html/_images/enthought_mayavi_mlab_contour_surf.jpg
/usr/share/doc/packages/mayavi/html/_images/enthought_mayavi_mlab_contour_surf1.jpg
/usr/share/doc/packages/mayavi/html/_images/enthought_mayavi_mlab_flow.jpg
/usr/share/doc/packages/mayavi/html/_images/enthought_mayavi_mlab_flow1.jpg
/usr/share/doc/packages/mayavi/html/_images/enthought_mayavi_mlab_imshow.jpg
/usr/share/doc/packages/mayavi/html/_images/enthought_mayavi_mlab_imshow1.jpg
/usr/share/doc/packages/mayavi/html/_images/enthought_mayavi_mlab_mesh.jpg
/usr/share/doc/packages/mayavi/html/_images/enthought_mayavi_mlab_mesh1.jpg
/usr/share/doc/packages/mayavi/html/_images/enthought_mayavi_mlab_plot3d.jpg
/usr/share/doc/packages/mayavi/html/_images/enthought_mayavi_mlab_plot3d1.jpg
/usr/share/doc/packages/mayavi/html/_images/enthought_mayavi_mlab_points3d.jpg
/usr/share/doc/packages/mayavi/html/_images/enthought_mayavi_mlab_points3d1.jpg
/usr/share/doc/packages/mayavi/html/_images/enthought_mayavi_mlab_quiver3d.jpg
/usr/share/doc/packages/mayavi/html/_images/enthought_mayavi_mlab_quiver3d1.jpg
/usr/share/doc/packages/mayavi/html/_images/enthought_mayavi_mlab_surf.jpg
/usr/share/doc/packages/mayavi/html/_images/enthought_mayavi_mlab_surf1.jpg
/usr/share/doc/packages/mayavi/html/_images/enthought_mayavi_mlab_triangular_mesh.jpg
/usr/share/doc/packages/mayavi/html/_images/enthought_mayavi_mlab_triangular_mesh1.jpg
/usr/share/doc/packages/mayavi/html/_images/enthought_mayavi_mlab_volume_slice.jpg
/usr/share/doc/packages/mayavi/html/_images/example_atomic_orbital.jpg
/usr/share/doc/packages/mayavi/html/_images/example_boy.jpg
/usr/share/doc/packages/mayavi/html/_images/example_canyon.jpg
/usr/share/doc/packages/mayavi/html/_images/example_canyon_decimation.jpg
/usr/share/doc/packages/mayavi/html/_images/example_chemistry.jpg
/usr/share/doc/packages/mayavi/html/_images/example_custom_colormap.jpg
/usr/share/doc/packages/mayavi/html/_images/example_flight_graph.jpg
/usr/share/doc/packages/mayavi/html/_images/example_gradient.jpg
/usr/share/doc/packages/mayavi/html/_images/example_julia_set.jpg
/usr/share/doc/packages/mayavi/html/_images/example_julia_set_decimation.jpg
/usr/share/doc/packages/mayavi/html/_images/example_lorenz.jpg
/usr/share/doc/packages/mayavi/html/_images/example_magnetic_field_lines.jpg
/usr/share/doc/packages/mayavi/html/_images/example_mlab_interactive_dialog.jpg
/usr/share/doc/packages/mayavi/html/_images/example_mlab_interactive_dialog1.jpg
/usr/share/doc/packages/mayavi/html/_images/example_mlab_visual.jpg
/usr/share/doc/packages/mayavi/html/_images/example_mri.jpg
/usr/share/doc/packages/mayavi/html/_images/example_plotting_many_lines.jpg
/usr/share/doc/packages/mayavi/html/_images/example_potential.jpg
/usr/share/doc/packages/mayavi/html/_images/example_potential_ipython.jpg
/usr/share/doc/packages/mayavi/html/_images/example_protein.jpg
/usr/share/doc/packages/mayavi/html/_images/example_simple_structured_grid.jpg
/usr/share/doc/packages/mayavi/html/_images/example_spherical_harmonics.jpg
/usr/share/doc/packages/mayavi/html/_images/example_streamline.jpg
/usr/share/doc/packages/mayavi/html/_images/example_surface_from_irregular_data.jpg
/usr/share/doc/packages/mayavi/html/_images/example_trajectories.jpg
/usr/share/doc/packages/mayavi/html/_images/example_tvtk_in_mayavi.jpg
/usr/share/doc/packages/mayavi/html/_images/example_vector_cut_plane.jpg
/usr/share/doc/packages/mayavi/html/_images/example_wigner.jpg
/usr/share/doc/packages/mayavi/html/_images/heart.jpg
/usr/share/doc/packages/mayavi/html/_images/image_data.jpg
/usr/share/doc/packages/mayavi/html/_images/image_data1.jpg
/usr/share/doc/packages/mayavi/html/_images/m2_big_picture.png
/usr/share/doc/packages/mayavi/html/_images/mayavi_ui_first.jpg
/usr/share/doc/packages/mayavi/html/_images/mayavi_ui_second.jpg
/usr/share/doc/packages/mayavi/html/_images/mlab_surf_example.jpg
/usr/share/doc/packages/mayavi/html/_images/param.jpg
/usr/share/doc/packages/mayavi/html/_images/pipeline_and_scene.jpg
/usr/share/doc/packages/mayavi/html/_images/pipeline_and_scene2.jpg
/usr/share/doc/packages/mayavi/html/_images/poly_data.jpg
/usr/share/doc/packages/mayavi/html/_images/rectilinear_grid.jpg
/usr/share/doc/packages/mayavi/html/_images/rectilinear_grid1.jpg
/usr/share/doc/packages/mayavi/html/_images/streamline.jpg
/usr/share/doc/packages/mayavi/html/_images/structured_grid.jpg
/usr/share/doc/packages/mayavi/html/_images/structured_grid1.jpg
/usr/share/doc/packages/mayavi/html/_images/unstructured_grid.jpg
/usr/share/doc/packages/mayavi/html/_images/unstructured_grid1.jpg
/usr/share/doc/packages/mayavi/html/_images/vector_field_combination.jpg
/usr/share/doc/packages/mayavi/html/_images/vector_field_cut_plane.jpg
/usr/share/doc/packages/mayavi/html/_images/vector_field_flow.jpg
/usr/share/doc/packages/mayavi/html/_images/vector_field_isosurface.jpg
/usr/share/doc/packages/mayavi/html/_images/vector_field_quiver.jpg
/usr/share/doc/packages/mayavi/html/_images/vector_field_vectors.jpg
/usr/share/doc/packages/mayavi/html/_images/volumetric_combination.jpg
/usr/share/doc/packages/mayavi/html/_images/volumetric_contour3d.jpg
/usr/share/doc/packages/mayavi/html/_images/volumetric_cut_plane.jpg
/usr/share/doc/packages/mayavi/html/_images/volumetric_volume.jpg
/usr/share/doc/packages/mayavi/html/_images/volumetric_volume_tweaked.jpg
/usr/share/doc/packages/mayavi/html/_sources
/usr/share/doc/packages/mayavi/html/_sources/advanced_scripting.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/advanced_use.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/api
/usr/share/doc/packages/mayavi/html/_sources/api/core_view_objects.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/api/index.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/api/pipeline_objects.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/application.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto
/usr/share/doc/packages/mayavi/html/_sources/auto/changes.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_adjust_cropping_extents.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_atomic_orbital.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_boy.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_bunny.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_canyon.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_canyon_decimation.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_chemistry.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_coil_design_application.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_compute_in_thread.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_contour.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_contour_contour.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_custom_colormap.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_datasets.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_delaunay_graph.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_dragon.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_flight_graph.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_glyph.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_image_cursor_filter.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_julia_set.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_julia_set_decimation.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_lorenz.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_lorenz_ui.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_lucy.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_magnetic_field.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_magnetic_field_lines.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_mayavi_traits_ui.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_mlab_3D_to_2D.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_mlab_interactive_dialog.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_mlab_traits_ui.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_mlab_visual.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_mri.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_multiple_engines.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_multiple_mlab_scene_models.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_nongui.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_numeric_source.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_offscreen.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_pick_on_surface.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_plotting_many_lines.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_poll_file.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_polydata.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_probe_filter.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_protein.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_qt_embedding.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_scatter_plot.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_select_red_balls.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_simple_structured_grid.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_spherical_harmonics.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_standalone.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_streamline.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_structured_grid.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_structured_points2d.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_structured_points3d.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_subclassing_mayavi_application.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_superquad_with_gui.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_surf_regular_mlab.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_surface_from_irregular_data.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_tvtk_in_mayavi.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_tvtk_segmentation.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_unstructured_grid.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_user_mayavi.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_volume_slicer.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_volume_slicer_advanced.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_wigner.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_wx_embedding.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_wx_mayavi_embed_in_notebook.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_zzz_reader.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/examples.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/mlab_camera.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/mlab_decorations.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/mlab_figure.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/mlab_helper_functions.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/mlab_other_functions.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/mlab_pipeline_data.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/mlab_pipeline_other_functions.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/mlab_pipeline_reference.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/mlab_pipeline_sources.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/mlab_pipeline_tools.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/mlab_reference.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/bugs.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/building_applications.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/changes.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/data.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/example_exploring_a_vector_field.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/example_fire.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/example_heart.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/example_parametric_surface.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/example_using_with_scipy.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/examples.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/filters.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/index.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/inline-css.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/installation.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/mayavi_objects.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/misc.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/mlab.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/mlab_3d_plotting_functions.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/mlab_animating.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/mlab_case_studies.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/mlab_changing_object_looks.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/mlab_demo.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/mlab_figures_decorations.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/mlab_pipeline.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/mlab_pipeline_modules.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/mlab_pipeline_reference.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/mlab_running_scripts.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/modules.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/overview.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/pipeline.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/tips.rst.txt
/usr/share/doc/packages/mayavi/html/_static
/usr/share/doc/packages/mayavi/html/_static/ajax-loader.gif
/usr/share/doc/packages/mayavi/html/_static/basic.css
/usr/share/doc/packages/mayavi/html/_static/classic.css
/usr/share/doc/packages/mayavi/html/_static/comment-bright.png
/usr/share/doc/packages/mayavi/html/_static/comment-close.png
/usr/share/doc/packages/mayavi/html/_static/comment.png
/usr/share/doc/packages/mayavi/html/_static/doctools.js
/usr/share/doc/packages/mayavi/html/_static/documentation_options.js
/usr/share/doc/packages/mayavi/html/_static/down-pressed.png
/usr/share/doc/packages/mayavi/html/_static/down.png
/usr/share/doc/packages/mayavi/html/_static/file.png
/usr/share/doc/packages/mayavi/html/_static/jquery-3.2.1.js
/usr/share/doc/packages/mayavi/html/_static/jquery.js
/usr/share/doc/packages/mayavi/html/_static/language_data.js
/usr/share/doc/packages/mayavi/html/_static/mayavi-logo.png
/usr/share/doc/packages/mayavi/html/_static/minus.png
/usr/share/doc/packages/mayavi/html/_static/plus.png
/usr/share/doc/packages/mayavi/html/_static/pygments.css
/usr/share/doc/packages/mayavi/html/_static/searchtools.js
/usr/share/doc/packages/mayavi/html/_static/sidebar.js
/usr/share/doc/packages/mayavi/html/_static/underscore-1.3.1.js
/usr/share/doc/packages/mayavi/html/_static/underscore.js
/usr/share/doc/packages/mayavi/html/_static/up-pressed.png
/usr/share/doc/packages/mayavi/html/_static/up.png
/usr/share/doc/packages/mayavi/html/_static/websupport.js
/usr/share/doc/packages/mayavi/html/advanced_scripting.html
/usr/share/doc/packages/mayavi/html/advanced_use.html
/usr/share/doc/packages/mayavi/html/api
/usr/share/doc/packages/mayavi/html/api/core_view_objects.html
/usr/share/doc/packages/mayavi/html/api/index.html
/usr/share/doc/packages/mayavi/html/api/pipeline_objects.html
/usr/share/doc/packages/mayavi/html/application.html
/usr/share/doc/packages/mayavi/html/auto
/usr/share/doc/packages/mayavi/html/auto/changes.html
/usr/share/doc/packages/mayavi/html/auto/example_adjust_cropping_extents.html
/usr/share/doc/packages/mayavi/html/auto/example_atomic_orbital.html
/usr/share/doc/packages/mayavi/html/auto/example_boy.html
/usr/share/doc/packages/mayavi/html/auto/example_bunny.html
/usr/share/doc/packages/mayavi/html/auto/example_canyon.html
/usr/share/doc/packages/mayavi/html/auto/example_canyon_decimation.html
/usr/share/doc/packages/mayavi/html/auto/example_chemistry.html
/usr/share/doc/packages/mayavi/html/auto/example_coil_design_application.html
/usr/share/doc/packages/mayavi/html/auto/example_compute_in_thread.html
/usr/share/doc/packages/mayavi/html/auto/example_contour.html
/usr/share/doc/packages/mayavi/html/auto/example_contour_contour.html
/usr/share/doc/packages/mayavi/html/auto/example_custom_colormap.html
/usr/share/doc/packages/mayavi/html/auto/example_datasets.html
/usr/share/doc/packages/mayavi/html/auto/example_delaunay_graph.html
/usr/share/doc/packages/mayavi/html/auto/example_dragon.html
/usr/share/doc/packages/mayavi/html/auto/example_flight_graph.html
/usr/share/doc/packages/mayavi/html/auto/example_glyph.html
/usr/share/doc/packages/mayavi/html/auto/example_image_cursor_filter.html
/usr/share/doc/packages/mayavi/html/auto/example_julia_set.html
/usr/share/doc/packages/mayavi/html/auto/example_julia_set_decimation.html
/usr/share/doc/packages/mayavi/html/auto/example_lorenz.html
/usr/share/doc/packages/mayavi/html/auto/example_lorenz_ui.html
/usr/share/doc/packages/mayavi/html/auto/example_lucy.html
/usr/share/doc/packages/mayavi/html/auto/example_magnetic_field.html
/usr/share/doc/packages/mayavi/html/auto/example_magnetic_field_lines.html
/usr/share/doc/packages/mayavi/html/auto/example_mayavi_traits_ui.html
/usr/share/doc/packages/mayavi/html/auto/example_mlab_3D_to_2D.html
/usr/share/doc/packages/mayavi/html/auto/example_mlab_interactive_dialog.html
/usr/share/doc/packages/mayavi/html/auto/example_mlab_traits_ui.html
/usr/share/doc/packages/mayavi/html/auto/example_mlab_visual.html
/usr/share/doc/packages/mayavi/html/auto/example_mri.html
/usr/share/doc/packages/mayavi/html/auto/example_multiple_engines.html
/usr/share/doc/packages/mayavi/html/auto/example_multiple_mlab_scene_models.html
/usr/share/doc/packages/mayavi/html/auto/example_nongui.html
/usr/share/doc/packages/mayavi/html/auto/example_numeric_source.html
/usr/share/doc/packages/mayavi/html/auto/example_offscreen.html
/usr/share/doc/packages/mayavi/html/auto/example_pick_on_surface.html
/usr/share/doc/packages/mayavi/html/auto/example_plotting_many_lines.html
/usr/share/doc/packages/mayavi/html/auto/example_poll_file.html
/usr/share/doc/packages/mayavi/html/auto/example_polydata.html
/usr/share/doc/packages/mayavi/html/auto/example_probe_filter.html
/usr/share/doc/packages/mayavi/html/auto/example_protein.html
/usr/share/doc/packages/mayavi/html/auto/example_qt_embedding.html
/usr/share/doc/packages/mayavi/html/auto/example_scatter_plot.html
/usr/share/doc/packages/mayavi/html/auto/example_select_red_balls.html
/usr/share/doc/packages/mayavi/html/auto/example_simple_structured_grid.html
/usr/share/doc/packages/mayavi/html/auto/example_spherical_harmonics.html
/usr/share/doc/packages/mayavi/html/auto/example_standalone.html
/usr/share/doc/packages/mayavi/html/auto/example_streamline.html
/usr/share/doc/packages/mayavi/html/auto/example_structured_grid.html
/usr/share/doc/packages/mayavi/html/auto/example_structured_points2d.html
/usr/share/doc/packages/mayavi/html/auto/example_structured_points3d.html
/usr/share/doc/packages/mayavi/html/auto/example_subclassing_mayavi_application.html
/usr/share/doc/packages/mayavi/html/auto/example_superquad_with_gui.html
/usr/share/doc/packages/mayavi/html/auto/example_surf_regular_mlab.html
/usr/share/doc/packages/mayavi/html/auto/example_surface_from_irregular_data.html
/usr/share/doc/packages/mayavi/html/auto/example_tvtk_in_mayavi.html
/usr/share/doc/packages/mayavi/html/auto/example_tvtk_segmentation.html
/usr/share/doc/packages/mayavi/html/auto/example_unstructured_grid.html
/usr/share/doc/packages/mayavi/html/auto/example_user_mayavi.html
/usr/share/doc/packages/mayavi/html/auto/example_volume_slicer.html
/usr/share/doc/packages/mayavi/html/auto/example_volume_slicer_advanced.html
/usr/share/doc/packages/mayavi/html/auto/example_wigner.html
/usr/share/doc/packages/mayavi/html/auto/example_wx_embedding.html
/usr/share/doc/packages/mayavi/html/auto/example_wx_mayavi_embed_in_notebook.html
/usr/share/doc/packages/mayavi/html/auto/example_zzz_reader.html
/usr/share/doc/packages/mayavi/html/auto/examples.html
/usr/share/doc/packages/mayavi/html/auto/mlab_camera.html
/usr/share/doc/packages/mayavi/html/auto/mlab_decorations.html
/usr/share/doc/packages/mayavi/html/auto/mlab_figure.html
/usr/share/doc/packages/mayavi/html/auto/mlab_helper_functions.html
/usr/share/doc/packages/mayavi/html/auto/mlab_other_functions.html
/usr/share/doc/packages/mayavi/html/auto/mlab_pipeline_data.html
/usr/share/doc/packages/mayavi/html/auto/mlab_pipeline_other_functions.html
/usr/share/doc/packages/mayavi/html/auto/mlab_pipeline_reference.html
/usr/share/doc/packages/mayavi/html/auto/mlab_pipeline_sources.html
/usr/share/doc/packages/mayavi/html/auto/mlab_pipeline_tools.html
/usr/share/doc/packages/mayavi/html/auto/mlab_reference.html
/usr/share/doc/packages/mayavi/html/bugs.html
/usr/share/doc/packages/mayavi/html/building_applications.html
/usr/share/doc/packages/mayavi/html/changes.html
/usr/share/doc/packages/mayavi/html/data.html
/usr/share/doc/packages/mayavi/html/example_exploring_a_vector_field.html
/usr/share/doc/packages/mayavi/html/example_fire.html
/usr/share/doc/packages/mayavi/html/example_heart.html
/usr/share/doc/packages/mayavi/html/example_parametric_surface.html
/usr/share/doc/packages/mayavi/html/example_using_with_scipy.html
/usr/share/doc/packages/mayavi/html/examples.html
/usr/share/doc/packages/mayavi/html/filters.html
/usr/share/doc/packages/mayavi/html/genindex.html
/usr/share/doc/packages/mayavi/html/index.html
/usr/share/doc/packages/mayavi/html/inline-css.html
/usr/share/doc/packages/mayavi/html/installation.html
/usr/share/doc/packages/mayavi/html/mayavi_objects.html
/usr/share/doc/packages/mayavi/html/misc.html
/usr/share/doc/packages/mayavi/html/mlab.html
/usr/share/doc/packages/mayavi/html/mlab_3d_plotting_functions.html
/usr/share/doc/packages/mayavi/html/mlab_animating.html
/usr/share/doc/packages/mayavi/html/mlab_case_studies.html
/usr/share/doc/packages/mayavi/html/mlab_changing_object_looks.html
/usr/share/doc/packages/mayavi/html/mlab_demo.html
/usr/share/doc/packages/mayavi/html/mlab_figures_decorations.html
/usr/share/doc/packages/mayavi/html/mlab_pipeline.html
/usr/share/doc/packages/mayavi/html/mlab_pipeline_modules.html
/usr/share/doc/packages/mayavi/html/mlab_pipeline_reference.html
/usr/share/doc/packages/mayavi/html/mlab_running_scripts.html
/usr/share/doc/packages/mayavi/html/modules.html
/usr/share/doc/packages/mayavi/html/objects.inv
/usr/share/doc/packages/mayavi/html/overview.html
/usr/share/doc/packages/mayavi/html/pipeline.html
/usr/share/doc/packages/mayavi/html/py-modindex.html
/usr/share/doc/packages/mayavi/html/search.html
/usr/share/doc/packages/mayavi/html/searchindex.js
/usr/share/doc/packages/mayavi/html/tips.html
/usr/share/licenses/mayavi-doc
/usr/share/licenses/mayavi-doc/LICENSE.txt
/usr/share/licenses/mayavi-doc/LICENSE_COLORBREWER.txt
/usr/share/licenses/mayavi-doc/LICENSE_YORICK.txt
/usr/share/licenses/mayavi-doc/image_LICENSE.txt
/usr/share/licenses/mayavi-doc/image_LICENSE_CP.txt
/usr/share/licenses/mayavi-doc/image_LICENSE_Eclipse.txt
/usr/share/licenses/mayavi-doc/image_LICENSE_Nuvola.txt
/usr/share/licenses/mayavi-doc/image_LICENSE_OOo.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 16:34:06 2024