Commit Graph

1574 Commits

Author SHA1 Message Date
Luke Campagnola
51267f5696 int parameters use integer formatting 2018-04-25 14:54:35 -07:00
Luke Campagnola
465ea2d940 Prevent parallelizer leaking file handles 2018-04-25 13:22:23 -07:00
Luke Campagnola
58a865e088 Add signal documentation for graphicsscene 2018-04-25 13:19:50 -07:00
Luke Campagnola
43209593c8
Merge pull request #672 from campagnola/busy-cursor-fix
Busy cursor fix
2018-04-25 13:18:20 -07:00
Luke Campagnola
1d1d7bfe1e
Merge pull request #671 from campagnola/svg-export-updates
Svg export updates
2018-04-25 13:05:48 -07:00
Luke Campagnola
7daa5bdff1 Ignore BusyCursor when called from thread 2018-04-25 13:04:52 -07:00
Luke Campagnola
d4a4fd7fd5 fix busy cursor nesting
Prevents permenent busy cursor
2018-04-25 13:04:26 -07:00
Luke Campagnola
c8c3b7521b
Merge pull request #428 from campagnola/datatree-arrays
DataTreeWidget updates
2018-04-25 12:55:52 -07:00
Luke Campagnola
ee2d00c42a Add option to remove non-scaling-stroke from svg output 2018-04-25 12:15:14 -07:00
Luke Campagnola
66c96edbd2
Merge pull request #670 from campagnola/scatterplotwidget-updates
Scatterplotwidget updates
2018-04-25 11:56:40 -07:00
Luke Campagnola
56aae02821 fix svg export failure when first line point is masked 2018-04-25 11:54:06 -07:00
Luke Campagnola
e61bbeda41 Merge branch 'develop' into datatree-arrays 2018-04-25 11:25:57 -07:00
Luke Campagnola
434d2b8c71 Merge branch 'develop' into scatterplotwidget-updates 2018-04-25 11:16:17 -07:00
Luke Campagnola
cbff3a58d7 Fix scatterplotwidget label color 2018-04-25 11:10:39 -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
Fekete Imre
ce704a1baa Fix issue #145
Disable textures after painting is finished.
2018-04-13 16:23:41 +02:00
Billy Su
e4254172a5 Add test_clear for PlotDataItem class 2018-04-05 12:24:19 +08:00
Billy Su
7b9ba8634c Add test_setData() for PlotDataItem class 2018-04-05 11:13:09 +08:00
Billy Su
90857e7f27 Extract _choose_filename_dialog() as helper func
To reduce the redundancy, extract the same code as a helper function
_choose_filename_dialog() in PlotItem class
2018-04-05 00:25:36 +08:00
Billy Su
42d96d0c21 Remove outdated comments 2018-04-02 19:26:01 +08:00
Ilya A. Kriveshko
20bcc39eb1 examples: use integer division in indexing
In python3 / operator produces a float, which is not a valid index.
Replace with // integer division.
2018-03-30 14:51:29 -04:00
Edward Barnard
dc95f76332 When a floating Dock window is closed, the dock is now returned to its original DockArea 2018-03-30 10:29:45 -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
Luke Campagnola
96a3d216e2 Make it easier to track data in and out of scatterplotwidget 2018-03-15 11:59:45 -07: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