metadata.xml 1.2 KB

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="project">
  5. <email>sci@gentoo.org</email>
  6. <name>Gentoo Science Project</name>
  7. </maintainer>
  8. <longdescription lang="en">
  9. Mayavi2 is a general purpose, cross-platform tool for 3-D scientific
  10. data visualization. Its features include:
  11. * Visualization of scalar, vector and tensor data in 2 and 3 dimensions.
  12. * Easy scriptability using Python.
  13. * Easy extendibility via custom sources, modules, and data filters.
  14. * Reading several file formats: VTK (legacy and XML), PLOT3D, etc.
  15. * Saving of visualizations.
  16. * Saving rendered visualization in a variety of image formats.
  17. * Convenient functionality for rapid scientific plotting via mlab
  18. Mayavi2 has been designed with scriptability and extensibility in
  19. mind. Mayavi2 provides a mayavi2 application which is usable by
  20. itself. However, Mayavi2 may also be used as a plotting engine, in
  21. scripts, like with matplotlib or gnuplot, as well as a library for
  22. interactive visualizations in any other application. It may also be
  23. used as an Envisage plug-in which allows it to be embedded in other
  24. Envisage based applications natively.
  25. </longdescription>
  26. </pkgmetadata>