开源 企业版 高校版 私有云 模力方舟 AI 队友
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
1 Star 0 Fork 0

Python超人/mayavi

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
已有帐号? 立即登录
master
分支 (20)
标签 (33)
master
gh-pages
release-4.8.1
release-4.8.0
release-4.7.4
release-4.7.2
release-4.7.1
release-4.7.0
release-4.6.1
release-4.6.0
enh/make-test-texture-more-robust
run-integration-tests
offscreen-rendering
feature/38-drawing-into-wrong-figure-0426-1715
fix-black-images-step-2
fix-black-images-step-1
fix-savefig-size-auto-magnification
refactor-qt-renderwindowinteractor
release-444
prepare-ci-for-python3
4.8.1
4.8.0
4.7.4
4.7.3
4.7.2
4.7.1
4.7.0
4.6.2
4.6.1
4.6.0
4.5.0
4.4.4
4.4.3
4.4.2
4.4.1
4.4.0
4.3.1
4.3.0
geo-0.1
4.2.0
克隆/下载
克隆/下载
提示
下载代码请复制以下命令到终端执行
为确保你提交的代码身份被 Gitee 正确识别,请执行以下命令完成配置
初次使用 SSH 协议进行代码克隆、推送等操作时,需按下述提示完成 SSH 配置
1 生成 RSA 密钥
2 获取 RSA 公钥内容,并配置到 SSH公钥
在 Gitee 上使用 SVN,请访问 使用指南
使用 HTTPS 协议时,命令行会出现如下账号密码验证步骤。基于安全考虑,Gitee 建议 配置并使用私人令牌 替代登录密码进行克隆、推送等操作
Username for 'https://gitee.com': userName
Password for 'https://userName@gitee.com': # 私人令牌
贡献代码
同步代码
对比差异 通过 Pull Request 同步
同步更新到分支
通过 Pull Request 同步
将会在向当前分支创建一个 Pull
Request,合入后将完成同步
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
EPL-1.0
LGPL-3.0
BSD-3-Clause
LGPL-2.1

Mayavi: 3D visualization of scientific data in Python

Mayavi docs: http://docs.enthought.com/mayavi/tvtk

BSD 3 Clause

Vision

Mayavi seeks to provide easy and interactive visualization of 3D data. It does this by the following:

  • an (optional) rich user interface with dialogs to interact with all data and objects in the visualization.
  • a simple and clean scripting interface in Python, including one-liners, a-la mlab, or object-oriented programming interface.
  • harnesses the power of the VTK toolkit without forcing you to learn it.

Additionally Mayavi strives to be a reusable tool that can be embedded in your applications in different ways or combined with the envisage application-building framework to assemble domain-specific tools.

Mayavi is part of the Enthought Tool Suite (ETS).

Features

Mayavi is a general purpose, cross-platform tool for 2-D and 3-D scientific data visualization. Its features include:

  • Visualization of scalar, vector and tensor data in 2 and 3 dimensions
  • Easy scriptability using Python
  • Easy extendability via custom sources, modules, and data filters
  • Reading several file formats: VTK (legacy and XML), PLOT3D, etc.
  • Saving of visualizations
  • Saving rendered visualization in a variety of image formats
  • Convenient functionality for rapid scientific plotting via mlab (see mlab documentation)
  • See the Mayavi Users Guide for more information.

Unlike its predecessor Quick start

If you are new to Mayavi it is a good idea to read the Installation

By itself Mayavi is not a difficult package to install but its dependencies are unfortunately rather heavy. However, many of these dependencies are now available as wheels on PyPI. The two critical dependencies are,

  1. PyQt4, PySide2, wxPython.

The latest VTK wheels are available on all the major platforms (Windows, MacOS, and Linux), but only for 64 bit machines. Python 3.x is fully supported on all these operating systems and Python 2.7.x on MacOS and Linux. If you are out of luck, and your platform is not supported then you will need to install VTK yourself using your particular distribution as discussed in the PyQt5 and wheels are available for this. On 2.7.x you have more options, and can use PyQt4, and traitsui, Latest stable release

As of the latest release, i.e. 4.6.0 and above, if you are using Python 3.x and are on a 64 bit machine, installation via ipywidgets and pip or your favorite package manager.

Bleeding edge

If you want to install the latest version of Mayavi from github, you can simply do the following:

$ git clone https://github.com/enthought/mayavi.git
$ cd mayavi
$ pip install -r requirements.txt
$ pip install PyQt5 # replace this with any supported toolkit
$ python setup.py install # or develop

Add the jupyter nbextensions using the instructions in the section above and you should be good to go.

Documentation

More documentation is available in the https://github.com/prabhuramachandran/mayavi-tutorial

  • Tutorial Videos

    Here are some tutorial videos that you can watch to learn Mayavi:

    Examples

    Examples are all in the examples directory of the source or the git clone. The docs and examples do not ship with the binary eggs. The examples directory also contains some sample data.

    Test suite

    The basic test suites for tvtk and mayavi can be run using nose:

    nosetests -v tvtk/tests
    nosetests -v mayavi
    

    The integration tests:

    cd integrationtests/mayavi
    python run.py
    

    Bug tracker, mailing list etc.

    The bug tracker is available in Mayavi-users mailing list. This is used by some folks and is not too active. Another mailing list that may be of use is the Authors and Contributors

    • Core contributors:

      Prabhu Ramachandran: primary author.

    • Previous contributors:

      Gaël Varoquaux: mlab, icons, many general improvements and maintenance.

      Deepak Surti: Upgrade to VTK 5.10.1, VTK 6.x with new pipeline.

    • Support and code contributions from Enthought Inc.

    • Patches from many people (see the release notes), including K K Rai and R A Ambareesha for tensor support, parametric source and image data.

      Many thanks to all those who have submitted bug reports and suggestions for further enhancements.

  • 举报
    举报成功
    我们将于2个工作日内通过站内信反馈结果给你!
    请认真填写举报原因,尽可能描述详细。
    请选择举报类型
    取消
    发送
    误判申诉

    此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。

    如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。

    取消
    提交

    简介

    3D visualization of scientific data in Python
    暂无标签
    README
    EPL-1.0
    使用 EPL-1.0 开源许可协议
    , LGPL-3.0
    使用 LGPL-3.0 开源许可协议
    , BSD-3-Clause
    使用 BSD-3-Clause 开源许可协议
    , LGPL-2.1
    使用 LGPL-2.1 开源许可协议
    取消

    发行版

    暂无发行版

    贡献者

    全部

    近期动态

    不能加载更多了
    编辑仓库简介
    简介内容
    主页
    马建仓 AI 助手
    尝试更多
    代码解读
    代码找茬
    代码优化
    Python
    1
    https://gitee.com/pythoncr/mayavi.git
    git@gitee.com:pythoncr/mayavi.git
    pythoncr
    mayavi
    mayavi
    master
    点此查找更多帮助

    搜索帮助

    评论
    仓库举报
    回到顶部
    登录提示
    该操作需登录 Gitee 帐号,请先登录后再操作。
    立即登录
    没有帐号,去注册

    AltStyle によって変換されたページ (->オリジナル) /