Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EO Time Series Viewer
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Benjamin Jakimow
EO Time Series Viewer
Graph
51e88bd436b4af7f6ac7f424a8c5ef580b3aac3e
Select Git revision
Branches
4
develop
feature/documentation
feature/qpsupdate
master
default
protected
Tags
14
pyqtgraph-core-0.9.10
pyqtgraph-0.9.10
pyqtgraph-0.9.9
pyqtgraph-core-0.9.8
pyqtgraph-core-0.9.7
pyqtgraph-0.9.8
pyqtgraph-0.9.7
pyqtgraph-0.9.6
pyqtgraph-0.9.5
pyqtgraph-0.9.4
pyqtgraph-0.9.3
pyqtgraph-0.9.2
pyqtgraph-0.9.1
pyqtgraph-0.9.0
18 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
22
Dec
21
19
17
16
15
11
8
1
27
Nov
25
24
23
22
21
20
19
17
16
15
14
10
7
6
4
3
25
Oct
20
18
17
24
Sep
23
22
20
19
18
13
11
12
11
12
10
6
5
27
Aug
23
22
21
18
16
4
13
Jul
12
10
5
4
3
20
Jun
19
18
16
7
1
31
May
30
29
28
22
13
9
5
29
Apr
7
30
Mar
28
27
26
22
19
17
13
7
6
5
4
5
4
27
Feb
26
25
24
20
15
14
13
12
11
10
30
Jan
24
19
12
11
10
9
8
7
4
29
Dec
7
Jan
4
30
Dec
29
28
27
26
25
23
22
7
5
4
29
Nov
28
27
23
10
31
Oct
26
25
22
18
16
15
11
10
9
6
2
13
Sep
11
10
9
31
Aug
23
20
17
14
3
2
12
Jul
10
9
8
3
30
Jun
29
22
21
18
12
31
May
30
29
23
21
15
14
11
10
8
30
Apr
28
25
23
22
21
18
16
15
12
5
4
3
30
Mar
28
27
25
24
23
20
19
18
17
13
12
11
9
6
1
14
Jun
25
Apr
5
16
Feb
10
9
7
3
21
Nov
27
Jul
25
24
1
May
22
Mar
updated widgets
Switching to relative imports to allow pyqtgraph to be imported under other names.
Merge branch 'static_imports' into develop
python 3 fixes
Flowchart:
python3 fix
pyqtgraph, .exporters, and .opengl now use static imports
Fix examples/hdf5.py to work properly with --test
Fixes related to CSV exporter:
Merge branch 'plot_curve_picking' into develop
Corrected mouse clicking on PlotCurveItem - now uses stroke outline instead of path shape
Added Qt.loadUiType function for PySide
Merge pull request #21 from anntzer/py3fixes
Some Python3 related fixes.
Merge branch 'version_strings' into develop
make setup.py more robust to possible errors during version string modification
setup.py now modifies __init__.py on build to include a more descriptive version string if .git is present.
Updated contributors list
Merge branch 'profilers' into develop
* Made new profilers compatible with old API
Added Dock.raiseDock() method
Added HDF5 file to demonstrate dynamically plotting a subset of a very large dataset
Set version strings to 0.9.8 in source; these will be updated with major releases.
Profilers controllable via PYQTGRAPHPROFILE.
Catch OverflowError from Point.length()
Merge branch 'faster-make-argb' into develop
- fixed ImageItem handling of rgb images
ImageItem performance boost by avoiding makeQImage(transpose=True)
Simplify to take transpose logic out of makeARGB function
Merge branch 'master' into develop
Merge branch 'release-0.9.8'
pyqtgraph-0.9.8
pyqtgraph-0.9.8
Line-wrapped setup.py description
added dates to changelog
Undo remove trailing whitespace
Speedups for making ARGB arrays
added CHANGELOG
corrected GradientWidget.__all__
Merge branch 'dont-copy-context-menu' into develop
fixed context menu handling for non-GraphicsItems
avoid division by zero when ViewBox has size or aspect = 0
Loading