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 make plot profile and data measurements analysis on live

screeCapture

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

https://github.com/julienGautier77/visu

Requirements

Installation

Usage

to use as it:

import visu
visu.visual.runVisu()

Or :

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

appli = QApplication(sys.argv)   

e = visu.visual.SEE() 
e.show()
appli.exec_()

To insert in a code

visu is a QtWidgets it can be use like a widget :
from PyQt6.QtWidgets import QApplication,QWidget
widgetVisu=visu.visual.SEE()



Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

visu-2023.11-py3-none-any.whl (2.9 MB 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