Skip to main content

Data visualization

Project description

# Visu

Visu is an user interface library based on pyqtgraph to open and process data image .

It can open .spe .SPE .sif and .TIFF files

It can make plot profile and data measurements analysis

https://github.com/julienGautier77/visu

## Requirements
* python 3.x
* Numpy
* pyqtgraph (https://github.com/pyqtgraph/pyqtgraph.git)
* pip intall pyqtgraph
* qdarkstyle (https://github.com/ColinDuquesnoy/QDarkStyleSheet.git)
* pip install qdarkstyle

## Installation
* from pypi
* pip install visu

## Usage
* from PyQt5.QtWidgets import QApplication
* import sys
* import visu
* appli = QApplication(sys.argv)
* appli.setStyleSheet(qdarkstyle.load_stylesheet_pyqt5())
* e = visu.visual.SEE()
* e.show()
* appli.exec_()

-----------------------------------------
-----------------------------------------


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

visu-2019.3.tar.gz (69.1 kB view hashes)

Uploaded Source

Built Distribution

visu-2019.3-py3-none-any.whl (73.1 kB view hashes)

Uploaded Python 3

Supported by

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