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
It can open .spe .SPE, .sif and .TIFF files
https://github.com/julienGautier77/visu
Requirements
- python 3.x
- Numpy
- matplotlib
- scipy
- PyQt6
- pyqtgraph (https://github.com/pyqtgraph/pyqtgraph.git)
- Pip install pyqtgraph
- qdarkstyle (https://github.com/ColinDuquesnoy/QDarkStyleSheet.git)
- pip install qdarkstyle
- sifread.py
- winspec.py
Installation
- from PyPi
- pip install git+https://github.com/julienGautier77/visu
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
visu-2025.1.tar.gz
(2.9 MB
view details)
Built Distribution
visu-2025.1-py3-none-any.whl
(2.9 MB
view details)
File details
Details for the file visu-2025.1.tar.gz
.
File metadata
- Download URL: visu-2025.1.tar.gz
- Upload date:
- Size: 2.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
4ae32cd145a8f83d7378fd664b193b7be5efbcc2c0c437cb81fafdd545bfd6e8
|
|
MD5 |
c3a379eb231072f868e704109dc8a832
|
|
BLAKE2b-256 |
99b7f8afc162da914eefd13027afa511622cb0b9232a2a0d8f6d1785ea77786d
|
File details
Details for the file visu-2025.1-py3-none-any.whl
.
File metadata
- Download URL: visu-2025.1-py3-none-any.whl
- Upload date:
- Size: 2.9 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
54241b05a5fa8cd48f533068ca65f3d96b6ca2311a2e84705547f31fcaac5639
|
|
MD5 |
3044fbf7c16f7f00450330340a8c88e9
|
|
BLAKE2b-256 |
ec99bf425e6a8b9ab84facd7d037f6dcf99d9b20566b20bb154dce9235067dbc
|