Commit Graph

1399 Commits

Author SHA1 Message Date
Luke Campagnola
46f10f24f8 Merge branch 'develop' of https://github.com/maxpeng/pyqtgraph into maxpeng-develop 2018-02-15 18:30:12 -08:00
Luke Campagnola
ae2f0c155f deprecate graphicsWindow classes 2018-02-14 09:06:35 -08:00
Luke Campagnola
6562dfc892 minor doc fix 2018-02-13 17:29:33 -08:00
Luke Campagnola
12076c32aa Merge branch 'doc-cleanup' into develop 2018-02-13 17:26:01 -08:00
Luke Campagnola
5e13e89480 Update installation docs 2018-02-13 17:24:39 -08:00
Luke Campagnola
315bbe171a Partial merge; rejected graphicsWindow docs
Merge branch 'Billy4195-Documentation' into cleanup
2018-02-13 17:23:17 -08:00
Luke Campagnola
5e4d51b5cd
Merge pull request #626 from feketeimre/develop
Fix issue # 366
2018-02-05 08:52:01 -08:00
Billy Su
447001876e API Reference add Graphics Windows 2018-02-05 22:47:45 +08:00
Billy Su
708d9d252d Add installation method using pip3 2018-02-03 10:13:22 +08:00
Billy Su
7e1e7bfdc2 Add bold style to the list Title 2018-02-03 00:13:57 +08:00
Luke Campagnola
4ed09ebdf1
Merge pull request #627 from campagnola/console-stack-py3
Fix ConsoleWidget to work with changed stack format in python 3.5
2018-02-01 12:06:48 -08:00
Luke Campagnola
769ef82f3e
Merge pull request #628 from campagnola/scatterplotwidget-click-signal
Add a signal for detecting scatter plot point clicks in ScatterPlotWidget
2018-02-01 11:52:40 -08:00
Luke Campagnola
9bff2b23fb Add a signal for detecting scatter plot point clicks in ScatterPlotWidget 2018-02-01 11:43:46 -08:00
Luke Campagnola
a17d4a6e15 Fix ConsoleWidget to work with changed stack format in python 3 2018-02-01 11:42:01 -08:00
Fekete Imre
8d9cb79da4 Fix issue # 366
Set the right texture for rendering, otherwise a previously set texture is overwritten.
2018-01-31 23:35:18 +01:00
Luke Campagnola
e65ab3faa5 Merge branch 'sem-geologist-fix_dark_theming' into develop 2018-01-31 08:46:32 -08:00
Luke Campagnola
2b0559fd75 adjust group parameter fg color 2018-01-31 08:44:09 -08:00
Luke Campagnola
463a0dd6e4 Merge branch 'fix_dark_theming' of https://github.com/sem-geologist/pyqtgraph into sem-geologist-fix_dark_theming 2018-01-30 17:18:35 -08:00
Luke Campagnola
deebc80fce
Merge pull request #577 from acburigo/patch-1
BarGraphItem can plot horizontal bars.
2018-01-30 17:14:14 -08:00
Luke Campagnola
a06ca1df29
Merge pull request #600 from miranis/patch-2
Update ImageItem.py
2018-01-29 20:36:09 -08:00
Luke Campagnola
8ea3add281
Merge pull request #616 from gram526/patch-1
Play image along 't' axis instead of first axis
2018-01-29 18:59:54 -08:00
Luke Campagnola
1f9acd1502
Merge pull request #623 from termim/ScatterPlot
Scatter plot
2018-01-29 18:55:19 -08:00
Luke Campagnola
3e57514088
Merge pull request #624 from campagnola/travis-update
end travis testing on python 2.6
2018-01-29 18:54:50 -08:00
Terekhov
551ccd105c Add an example of using text strings as a custom smbol in ScatterPlotItem 2018-01-29 21:18:26 -05:00
Luke Campagnola
2c30f8a7db end travis testing on python 2.6 2018-01-29 08:48:24 -08:00
Terekhov
b6838eb8c4 Use symbol id for a key in SymbolAtlas
Add test on a custom symbol for ScatterPlotItem.
In PyQt5 QPainterPath is not hashable anymore which causes SymbolAtlas to
fail accept it as a custom symbol, use id instead.
2018-01-28 18:10:39 -05:00
Luke Campagnola
85695b659c
Merge pull request #566 from acq4/arrowitem-rotation
ArrowItem: rotate painterpath instead of the item
2018-01-26 08:59:41 -08:00
Luke Campagnola
7d467cb652 Add changelog entry describing new behavior 2018-01-26 08:58:18 -08:00
Luke Campagnola
870c047d30
Merge pull request #621 from campagnola/rgb-histogram
Rgb histogram
2018-01-26 08:52:10 -08:00
Luke Campagnola
677d9fa4b4
Merge pull request #597 from campagnola/fractal-demo
Add an interactive fractal demo
2018-01-25 08:59:28 -08:00
Luke Campagnola
6773449e43
Merge pull request #620 from campagnola/fix-spinbox-units
Fix spinbox units
2018-01-25 08:47:07 -08:00
Luke Campagnola
019c421ca1 Don't attempt to set same level mode again 2018-01-24 17:48:03 -08:00
Luke Campagnola
a812d802da Fix bug when spinbox units begin with an SI prefix (like 'PSI') 2018-01-24 09:12:10 -08:00
Luke Campagnola
0653c8ec59 Add example and test demonstrating spinbox bug 2018-01-24 09:11:42 -08:00
Luke Campagnola
09aa198731 Add top level stack() function for debugging 2018-01-24 09:06:37 -08:00
Luke Campagnola
52754d4859 fix __getattr__ handling in PlotWindow 2018-01-24 09:06:05 -08:00
Luke Campagnola
4867149d83 Be a little more tolerant of missing Qt packages, and defer import errors until
we try to use the missing package.
2018-01-24 09:03:44 -08:00
Girish Ramlugun
035b5a6c31
Play image along 't' axis instead of first axis 2018-01-09 14:30:59 +13:00
Luke Campagnola
6b06922da2
Merge pull request #613 from jphdotam/fix_referenceerror
Prevent ReferenceErrors on cleanup
2017-12-19 21:58:22 -08:00
James
b9c7e379f3 Prevent ReferenceErrors on cleanup
Prevents a ReferenceError being thrown when PyQtGraph tries to put TensorFlow stuff onto a QGraphicsScene() on cleanup - see https://github.com/pyqtgraph/pyqtgraph/issues/603 and https://stackoverflow.com/questions/41542571/pyqtgraph-tries-to-put-tensorflow-stuff-onto-a-qgraphicsscene-on-cleanup
2017-12-18 15:57:31 +00:00
Luke Campagnola
2db502a9cc Fix bug when switching level mode 2017-11-16 09:25:27 -08:00
Luke Campagnola
4752b77792 Fix parallelizer's progressdialog usage 2017-11-02 10:25:57 -07:00
Luke Campagnola
e16948dbeb Add datetime support to configfile 2017-11-01 16:57:45 -07:00
miranis
5d09746738 Update ImageItem.py
Functions nanmin and nanmax are defined in the numpy module and cannot be accessed from the global namespace!
2017-10-23 01:45:52 +02:00
Petras Jokubauskas
a15057835a fix: set foreground color for items
which background color is statically set,
so that values of those would be readable
when OS uses dark theme.
2017-10-20 15:35:53 +02:00
Luke Campagnola
001070d9ff Add new fractal demo 2017-10-18 00:26:37 -07:00
Luke Campagnola
60e6591608 Fix verlet integration demo 2017-10-18 00:18:46 -07:00
Luke Campagnola
7be6f1e70c fix: error when using SpinBox(delay) argument 2017-10-18 00:18:07 -07:00
Luke Campagnola
22b0ddaa21 Merge pull request #596 from campagnola/fix-polyline-click
Fix polyline click
2017-10-17 21:30:59 -07:00
Luke Campagnola
c6839b4708 fix: polylineroi segment draws to wrong handle after click 2017-10-17 21:22:55 -07:00