Skip to main content

The object oriented approach to visualization

Project description

CI DOI

Visvis - the object oriented approach to visualization

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/Matplotlib-like interface in the form of a set of functions allows easy creation of objects (e.g. plot(), imshow(), volshow(), surf()).

Status

Visvis has been relatively stable for several years. I am still maintaining it trying to make sure it keeps working, but do not plan on making any major changes. Visvis will not make use of modern OpenGL. It's API might be a bit idosyncratic (e.g. methods are UpperCamelCase) because I started working on Visvis before I knew about PEP8.

See Vispy for a similar (but more modern) visualization library.

I am now working on PyGfx, which is better in almost every way. A bit lower level though, but people are starting to build higher level API's on top of it ...

Installation

Visvis is cross-platform and runs on Python 2.x and Python 3.x. It depends on numpy, pyopengl.

Installation is best done via pip (pip install visvis) or conda (conda install visvis).

You also need a GUI backend, either of these will do:

  • GLFW -> recommended, runs on asyncio, install using pip install glfw
  • Qt: PySide6, Pyside2, Pyside, PyQt5, or PyQt4
  • Wx
  • GTK
  • FLTK

How visvis works

With visvis a range of different data can be visualized by simply adding world objects to a scene (i.e. an 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.

Example

Click on the figure to see the code and how one can interact with the figure.

Documentation

The docs are on the wiki. Online documentation is available for all classes and functions. Any questions can be asked in the visvis discussion group.

At EuroScipy 2012, I gave a talk about Visvis. The long version of the presentation can be seen here.

License

Visvis makes use of the liberal BSD license. See license.txt for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

visvis-1.15.0.tar.gz (4.8 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

visvis-1.15.0-py2.py3-none-any.whl (4.9 MB view details)

Uploaded Python 2Python 3

File details

Details for the file visvis-1.15.0.tar.gz.

File metadata

  • Download URL: visvis-1.15.0.tar.gz
  • Upload date:
  • Size: 4.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.32.3

File hashes

Hashes for visvis-1.15.0.tar.gz
Algorithm Hash digest
SHA256 aa013c62ea54ae4d170096e1fced7c3697b1d05c2fe6b38e822af0a986422a39
MD5 c1c748b6d63c07018e1ad30592706937
BLAKE2b-256 4fa39b438a534934c45861c01f8333f897c7679270f779af8b773cb9618c02e6

See more details on using hashes here.

File details

Details for the file visvis-1.15.0-py2.py3-none-any.whl.

File metadata

  • Download URL: visvis-1.15.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 4.9 MB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.32.3

File hashes

Hashes for visvis-1.15.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 ca884b5e025ca1565a91de310d473d08deae9428bc654ff459ff554c03322168
MD5 cd1d0d7043a4247f6bf0dacdb3142196
BLAKE2b-256 93717432d9b5c385e586591dc94dff00a9829e3f5a92415e5179405f079f4340

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page