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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file visu-2026.2.tar.gz.
File metadata
- Download URL: visu-2026.2.tar.gz
- Upload date:
- Size: 1.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d398bff4368a31dcb9bb0e318aa6862c0ad898d8c410dc04ed54a21616bec28e
|
|
| MD5 |
4e78a860766813b4c1ea93675499c51d
|
|
| BLAKE2b-256 |
de5701cef1c14343b2037e5715c7a452b4bb7b4be03b07289bd7f5966a4864ad
|
File details
Details for the file visu-2026.2-py3-none-any.whl.
File metadata
- Download URL: visu-2026.2-py3-none-any.whl
- Upload date:
- Size: 1.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
26819c4e53d5632726bf4d94e514b74e2275cc028146d1277fac86694f101243
|
|
| MD5 |
d89b6eaf4648d943e962e21f74481c5b
|
|
| BLAKE2b-256 |
5d38bef10ef71cc8609b37b53789dfbb4d21ba391d868d8fe98a4e7eeab722a6
|