visvis


Namevisvis JSON
Version 1.14.0 PyPI version JSON
download
home_pagehttps://github.com/almarklein/visvis
SummaryAn object oriented approach to visualization of 1D to 4D data.
upload_time2022-12-15 23:48:24
maintainer
docs_urlNone
authorAlmar Klein
requires_python
license(new) BSD
keywords visualization opengl medical imaging 3d plotting numpy
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
Visvis is a pure Python library for visualization of 1D to 4D data in an
object oriented way. Essentially, visvis is an object oriented layer of
Python on top of OpenGl, thereby combining the power of OpenGl with the
usability of Python. A Matlab-like interface in the form of a set of
functions allows easy creation of objects (e.g. plot(), imshow(), volshow(),
surf()).

With visvis a range of different data can be visualized by simply adding
world objects to a scene (or axes). These world objects can be anything
from plots (lines with markers), to images, 3D rendered volumes,
shaded meshes, or you can program your own world object class. If required,
these data can also be moved in time.

Visvis can be used in Python scripts, interactive Python sessions (as
with IPython or IEP) and can be embedded in applications.

Requirements:
  * Numpy
  * PyOpengl
  * A backend GUI toolkit (PySide, PyQt4, PyQt5, wxPython, GTK, fltk)
  * (optionally, to enable reading and writing of images) imageio

usage:
import visvis as vv

All wobjects, wibjects and functions are present in the visvis
namespace. For clean lists, see vv.wibjects, vv.wobjects, or vv.functions,
respectively.

For more help, see ...
  * the docstrings
  * the examples in the examples dir
  * the examples at the bottom of the function modules (in the functions dir)
  * the online docs: https://github.com/almarklein/visvis/wiki

Visvis is maintained by Almar Klein.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/almarklein/visvis",
    "name": "visvis",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "visualization OpenGl medical imaging 3D plotting numpy",
    "author": "Almar Klein",
    "author_email": "almar.klein@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/dd/8e/c651ecf4309b0e0cda1b213db34f7c2a693760e908c4c465b80d7518f1f0/visvis-1.14.0.tar.gz",
    "platform": "any",
    "description": "\nVisvis is a pure Python library for visualization of 1D to 4D data in an\nobject oriented way. Essentially, visvis is an object oriented layer of\nPython on top of OpenGl, thereby combining the power of OpenGl with the\nusability of Python. A Matlab-like interface in the form of a set of\nfunctions allows easy creation of objects (e.g. plot(), imshow(), volshow(),\nsurf()).\n\nWith visvis a range of different data can be visualized by simply adding\nworld objects to a scene (or axes). These world objects can be anything\nfrom plots (lines with markers), to images, 3D rendered volumes,\nshaded meshes, or you can program your own world object class. If required,\nthese data can also be moved in time.\n\nVisvis can be used in Python scripts, interactive Python sessions (as\nwith IPython or IEP) and can be embedded in applications.\n\nRequirements:\n  * Numpy\n  * PyOpengl\n  * A backend GUI toolkit (PySide, PyQt4, PyQt5, wxPython, GTK, fltk)\n  * (optionally, to enable reading and writing of images) imageio\n\nusage:\nimport visvis as vv\n\nAll wobjects, wibjects and functions are present in the visvis\nnamespace. For clean lists, see vv.wibjects, vv.wobjects, or vv.functions,\nrespectively.\n\nFor more help, see ...\n  * the docstrings\n  * the examples in the examples dir\n  * the examples at the bottom of the function modules (in the functions dir)\n  * the online docs: https://github.com/almarklein/visvis/wiki\n\nVisvis is maintained by Almar Klein.\n\n",
    "bugtrack_url": null,
    "license": "(new) BSD",
    "summary": "An object oriented approach to visualization of 1D to 4D data.",
    "version": "1.14.0",
    "split_keywords": [
        "visualization",
        "opengl",
        "medical",
        "imaging",
        "3d",
        "plotting",
        "numpy"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "baf044ce20c3655d9364728815dc8082",
                "sha256": "ffac39e989e3efd21cf32172450689229036dad77c8b6014398897468d862682"
            },
            "downloads": -1,
            "filename": "visvis-1.14.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "baf044ce20c3655d9364728815dc8082",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4912344,
            "upload_time": "2022-12-15T23:48:22",
            "upload_time_iso_8601": "2022-12-15T23:48:22.622980Z",
            "url": "https://files.pythonhosted.org/packages/8e/3b/786bc4c3ef7bf34df3423ca02f7552e15a0844efad93df7894f917e31207/visvis-1.14.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "eb3d713d803ad5bb9710573988891155",
                "sha256": "e363760739f2ff2110ab88cb8c9b251297d1857b1cb37bfcc544beb26aab385a"
            },
            "downloads": -1,
            "filename": "visvis-1.14.0.tar.gz",
            "has_sig": false,
            "md5_digest": "eb3d713d803ad5bb9710573988891155",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4892032,
            "upload_time": "2022-12-15T23:48:24",
            "upload_time_iso_8601": "2022-12-15T23:48:24.457560Z",
            "url": "https://files.pythonhosted.org/packages/dd/8e/c651ecf4309b0e0cda1b213db34f7c2a693760e908c4c465b80d7518f1f0/visvis-1.14.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-15 23:48:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "almarklein",
    "github_project": "visvis",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "visvis"
}
        
Elapsed time: 0.01881s