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
* PyQt5
* pyqtgraph (https://github.com/pyqtgraph/pyqtgraph.git)
* pip intall pyqtgraph
* qdarkstyle (https://github.com/ColinDuquesnoy/QDarkStyleSheet.git)
* pip install qdarkstyle
* sifread.py
* https://github.com/lightingghost/sifreader/tree/master/sifreader
* winspec.py
* https://github.com/antonl/pyWinSpec

## Installation
* from PyPi
* pip install visu

## Usage

import visu
runVisu()

Or :

from PyQt5.QtWidgets import QApplication
import sys
import qdarkstyle
import visu

appli = QApplication(sys.argv)
appli.setStyleSheet(qdarkstyle.load_stylesheet_pyqt5())
e = visu.visual.SEE()
e.show()
-----------------------------------------
-----------------------------------------


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.6.tar.gz (70.2 kB view hashes)

Uploaded Source

Built Distribution

visu-2019.6-py3-none-any.whl (74.7 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