Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rubenknex/qtplot
Data visualization application for data taken with qtlab or QCoDeS
https://github.com/rubenknex/qtplot
data-analysis data-visualization physics plotting python science
Last synced: about 17 hours ago
JSON representation
Data visualization application for data taken with qtlab or QCoDeS
- Host: GitHub
- URL: https://github.com/rubenknex/qtplot
- Owner: Rubenknex
- License: mit
- Created: 2015-02-14T14:13:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-11-07T14:50:13.000Z (over 6 years ago)
- Last Synced: 2025-02-08T14:19:33.465Z (2 days ago)
- Topics: data-analysis, data-visualization, physics, plotting, python, science
- Language: Python
- Homepage:
- Size: 1.55 MB
- Stars: 13
- Watchers: 4
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
![alt tag](screenshot.png)
## Installing
Qtplot is compatible with both Python 2 and 3. Using the Anaconda Python distribution (https://www.continuum.io/downloads) is recommended to make installing packages like `numpy` and `scipy` easier.
Create a new environment:
`conda create --name qtplot python=3.5`
Install qtplot:
`pip install qtplot`
Install other dependencies with:
`conda install numpy scipy pandas matplotlib pyqt=4`
Executables will be generated in the `/Scripts` folder of your Python environment with the names `qtplot.` and `qtplot-console.`. Associate one of these with `*.dat` files for them to be automatically opened in qtplot.