Commit Graph

1433 Commits

Author SHA1 Message Date
Luke Campagnola
56aae02821 fix svg export failure when first line point is masked 2018-04-25 11:54:06 -07:00
Luke Campagnola
80ff4ebfe6 Remove prints from console 2018-04-25 08:50:37 -07:00
Luke Campagnola
9fd9e9a1b3
Merge pull request #668 from campagnola/mshunshin-hidpi_fix
OpenGL high-dpi fix
2018-04-24 17:32:37 -07:00
Luke Campagnola
063e9c91a9 Make high-dpi handling conditional on Qt version 2018-04-24 08:59:33 -07:00
Luke Campagnola
82e8194ea4 Merge branch 'hidpi_fix' of https://github.com/mshunshin/pyqtgraph into mshunshin-hidpi_fix 2018-03-30 08:57:16 -07:00
Luke Campagnola
b421cc2790
Merge pull request #553 from HashSplat/legend_remove_item_size
Fixed legend size after remove item
2018-03-29 19:04:24 -07:00
Luke Campagnola
043a3b4d6d Better title 2018-03-29 18:30:46 -07:00
Luke Campagnola
1e1ce78a51 Merge branch 'Add_window_title' of https://github.com/Billy4195/pyqtgraph into Billy4195-Add_window_title 2018-03-29 18:30:25 -07:00
Luke Campagnola
840e0ac600
Merge pull request #630 from Billy4195/Refactor
Refactor MultiPlotSpeedTest.py
2018-03-29 18:11:39 -07:00
Luke Campagnola
c3dafbfee2
Merge pull request #633 from feketeimre/develop
Cylinder now generates the correct amount of sides
2018-03-29 18:08:22 -07:00
Luke Campagnola
d1c027b87d
Merge pull request #641 from markotoplak/qt5_axis_scale
SVGExporter: fix axes position and scale
2018-03-29 18:03:18 -07:00
Luke Campagnola
980fffbd31
Merge pull request #648 from VanessaNav/fix-color-GLGridItem
fix color ignored in GLGridItem. Issue #283 solved
2018-03-29 17:56:33 -07:00
Luke Campagnola
abddb18a9e
Merge pull request #638 from expectocode/develop
Fix grame typo
2018-03-29 17:53:01 -07:00
Luke Campagnola
c8369e45b8
Merge pull request #656 from campagnola/markotoplak-svg
Markotoplak svg
2018-03-29 11:39:18 -07:00
Luke Campagnola
f79bd8d4fb svg export fix: more explicit check 2018-03-29 09:06:20 -07:00
Luke Campagnola
e21a4e19b0 Merge branch 'svg' of https://github.com/markotoplak/pyqtgraph into markotoplak-svg 2018-03-29 09:04:56 -07:00
Luke Campagnola
6eb5a324b7
Merge pull request #655 from campagnola/fractal-fix
add reduce import to fractal demo
2018-03-29 08:57:36 -07:00
Luke Campagnola
2ca9f53bc0
Merge pull request #653 from ales-erjavec/spot-item-cycle-leak
ScatterPlotItem: Fix a GC memory leak due to numpy issue 6581
2018-03-29 08:55:53 -07:00
Luke Campagnola
358b1539ee add reduce import to fractal demo 2018-03-29 08:49:42 -07:00
Ales Erjavec
b3a579fd00 ScatterPlotItem: Fix a GC memory leak due to numpy issue 6581 2018-03-29 12:23:59 +02:00
Vanessa
27f37d0fd1 fix color ignored in GLGridItem. Issue #283 solved 2018-03-19 12:09:49 +01:00
Matthew Shun-Shin
c8833e1d18
Merge pull request #1 from pyqtgraph/develop
Update to latest
2018-03-12 14:59:57 +00:00
Luke Campagnola
ee0877170d
Merge pull request #645 from campagnola/scatterplotwidget-update
fix: scatterplotwidget behaves nicely when data contains infs
2018-03-09 10:17:05 -08:00
Luke Campagnola
a5276c3bd3 fix: scatterplotwidget behaves nicely when data contains infs
Add methods to make it easier to programatically configure scatterplotwidget
2018-03-08 15:09:36 -08:00
Marko Toplak
c7a32d8311 SVG export: handle Qt.NoPen on Qt5 2018-03-02 09:46:51 +01:00
Marko Toplak
d09fe6bd47 SVGExporter: logicalDpiX instead of physicalDpiX
Fixes problems with non-aligning axes on Qt5 svg exports.  In the output
svg, the axes were (individually) scaled for physical/logical ration.
2018-03-01 15:40:10 +01:00
Tanuj
b25196067a Fix grame typo 2018-02-25 10:54:12 +00:00
Luke Campagnola
47d59c51f4
Merge pull request #637 from campagnola/fix-isosurface
Fix isosurface error:
2018-02-23 19:58:10 -08:00
Luke Campagnola
e318bc041b Fix isosurface error: TypeError('only integer scalar arrays can be converted to a scalar index',) 2018-02-23 17:50:44 -08:00
Luke Campagnola
191ce8bf85
Merge pull request #636 from campagnola/example-update
Example update
2018-02-23 17:48:43 -08:00
Luke Campagnola
3240f7a435 fix qapp storage bug 2018-02-23 17:40:36 -08:00
Luke Campagnola
927fe44ab9 move mkQApp to Qt.py to make it easier to import internally
GraphicsLayoutWidget now calls mkQApp
2018-02-23 17:34:15 -08:00
Billy Su
afd8a6f423 Replace deprecate class in examples
Using class GraphicsLayoutWidget to replace the deprecated class
GraphicsWindow, cc #631.
2018-02-16 12:21:39 +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
Fekete Imre
f3d5273f81 Cylinder now generates the correct amount of sides
Before the first and the last vertex was overlapping.
2018-02-07 14:25:15 +01: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
81562b0252 Refactor MultiPlotSpeedTest.py
* Change variable to meaningful name,
* Remove the outdated commented out code.
2018-02-03 11:01:03 +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
Billy Su
8a956bfddb Add main window title for the examples 2018-02-02 23:05:56 +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