aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-visvis/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* graphics/py-visvis: Update to 1.13.0Rainer Hurling2020-12-171-3/+3
| | | | | | | | | | Changelog: https://github.com/almarklein/visvis/compare/v1.12.4...v1.13.0 Reported by: portscout Approved by: arrowd, tcberner (mentors, implicit) Notes: svn path=/head/; revision=558267
* graphics/py-visvis: Update to 1.12.4Rainer Hurling2020-09-131-3/+3
| | | | | | | | | | | | - Fixes some issues for CI. - Sort LIB_DEPENDS, RUN_DEPENDS order - Remove RUN_DEPENDS for py27 flavor Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D26411 Notes: svn path=/head/; revision=548458
* graphics/py-visivis: Update to 1.12.3Tobias C. Berner2020-04-101-3/+3
| | | | | | | | PR: 245450 Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer) Notes: svn path=/head/; revision=531286
* Readd py-visvis 1.12.2Sunpoet Po-Chuan Hsieh2019-12-281-0/+3
| | | | | | | | | | | | | | - While I'm here: - Fix LICENSE - Add LICENSE_FILE - Use PYNUMPY - Add missing USES=pyqt:5 PR: 241510 Submitted by: Rainer Hurling <rhurlin@gwdg.de> Notes: svn path=/head/; revision=521201
* Unbreak bulk -aAntoine Brodin2019-11-141-3/+0
| | | | | | | Pointy hat: sunpoet Notes: svn path=/head/; revision=517555
* Add py-visvis 1.12.2Sunpoet Po-Chuan Hsieh2019-11-131-0/+3
Visvis is a pure Python library for visualization of 1D to 4D data in an bject 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. WWW: https://github.com/almarklein/visvis - While I'm here: - Fix LICENSE - Add LICENSE_FILE - Use PYNUMPY - Add missing USES=pyqt:5 PR: 241510 Submitted by: Rainer Hurling <rhurlin@gwdg.de> Notes: svn path=/head/; revision=517537