Brianna Laugher
cba720730d
Some extra bits - add sizeHint, make not editable, make columns sortable
2013-03-05 14:02:55 +11:00
Brianna Laugher
5254d29b6a
Pylint cleanups - remove commented out code, fix formatting etc
2013-03-05 13:58:42 +11:00
Luke Campagnola
dd3603dc58
merge with inp
2013-03-04 21:12:25 -05:00
Luke Campagnola
2980f8335c
bugfix: ignore inf and nan when auto-ranging
...
added experimental opengl line-drawing code
2013-03-04 19:43:51 -05:00
Luke Campagnola
0642f38657
Flowcharts get cubic spline connectors
2013-02-27 16:42:43 -05:00
Luke Campagnola
83812ad5b8
Bugfixes:
...
- AxisItem did not update grid line length when plot stretches
- Workaround for PySide/QByteArray memory leak
2013-02-26 21:54:56 -05:00
Luke Campagnola
475006f508
example loader allows editing code
...
Workaround for PySide bug; fixes GradientEditorItem
2013-02-25 13:03:21 -05:00
Luke Campagnola
491aee0fe2
python3 fixes
...
cleaned up examples
2013-02-24 23:09:03 -05:00
Luke Campagnola
1d2d7be733
When exporting, prefer to select PlotItem rather than ViewBox if possible
...
CSV exporter gets 'precision' option
2013-02-24 14:31:11 -05:00
Luke Campagnola
3c6081f3a4
fixed ScatterPlotItem.setSize and setData
2013-02-24 11:58:39 -05:00
Luke Campagnola
21dff0525a
merge from inp, removed print statement
2013-02-24 11:37:17 -05:00
Luke Campagnola
8e5133c873
minor fixes from acq4
2013-02-24 11:32:35 -05:00
Luke Campagnola
412e1d2ec8
doc updates
...
ViewBox: made padding more consistent for all auto-ranging methods, deprecated autoRange(item=) in favor of autoRange(items=)
2013-02-20 11:13:50 -05:00
Luke Campagnola
86861b5a06
Fixed dock dragging on pyside
...
Added imageview.setImage argument documentation
2013-02-15 15:22:05 -05:00
Luke Campagnola
783af1a918
fix for python 2.6 compatibility
2013-02-15 11:01:03 -05:00
Luke Campagnola
9c70d948aa
Fixed ArrowItem auto-range
2013-02-14 14:22:30 -05:00
Luke Campagnola
815746895d
Fixed GLSurfacePlot bug
2013-02-13 17:11:47 -05:00
Luke Campagnola
ccc81c6919
mp fixes
2013-02-13 11:43:22 -05:00
Luke Campagnola
4dbc411d19
minor fixes
2013-02-12 23:10:25 -05:00
Luke Campagnola
9f55a27fdd
More boundingRect / dataBounds bugfixes
2013-02-12 21:44:42 -05:00
Luke Campagnola
93a5753f5d
Fixed auto ranging for scatter plots
2013-02-12 19:15:45 -05:00
Luke Campagnola
a80f150b86
merge with inp
2013-02-11 21:47:00 -05:00
Luke Campagnola
4cec9ff044
Added ErrorBarItem to repository
2013-02-11 21:45:41 -05:00
Luke Campagnola
c80bfb334c
Fix for new QImage API in PyQt 4.9.6
2013-02-11 16:38:13 -05:00
Luke Campagnola
22bc2333a8
bugfixes
2013-02-10 21:04:00 -05:00
Luke Campagnola
6e5c5e402b
merged many new features from ACQ4
2013-02-10 17:45:16 -05:00
Luke Campagnola
6e0e83e926
merge with inp
2013-02-10 14:17:30 -05:00
Luke Campagnola
97da32c4ec
minor edit
2013-02-10 14:16:21 -05:00
Luke Campagnola
9fcb734863
merge from acq4 branch
2013-02-10 14:13:27 -05:00
Luke Campagnola
510b1b3fad
Added some documentation for ArrowItem
2013-02-10 14:12:56 -05:00
Luke Campagnola
4c887c8f50
Merge new fixes and features from acq4
2013-02-10 14:10:30 -05:00
Luke Campagnola
0158e015e9
merged bugfix
2013-02-10 13:59:29 -05:00
Luke Campagnola
175aef2b75
Bugfix: "QGraphicsScene is not defined"
2013-02-10 13:56:42 -05:00
Luke Campagnola
5bd3adfa7c
merge from acq4
2013-01-30 15:59:48 -05:00
Luke Campagnola
ee21e2d054
fixed scatterplotitem segfault
...
added graphitem
2013-01-30 15:56:08 -05:00
Luke Campagnola
413a8f930e
Bugfixes:
...
- ViewBox ignore bounds on zoom box
- Fixed improper pixel size caching
- Fixed check for 'win' in sys.platform (matches 'darwin' as well)
2013-01-30 15:51:38 -05:00
Luke Campagnola
899663c6ca
bugfixes for scatterplot boundary miss
...
added method for setting axis tick font
2013-01-24 13:47:05 -05:00
Luke Campagnola
18d5c6644b
Added more documentation for parametertree and AxisItem
...
Fixed linearRegionItem hilight when not movable
2013-01-19 07:48:31 -05:00
Luke Campagnola
4dc9b83816
Fixes for Python3, PySide
2013-01-12 18:07:35 -05:00
Luke Campagnola
296b709550
import numpy in pyqtgraph.__init__ to avoid confusing import errors
2013-01-12 14:39:23 -05:00
Luke Campagnola
c5dd0f4f63
Fixed print statements for python 3
2013-01-12 14:35:32 -05:00
Luke Campagnola
9a9fc15873
Bugfixes:
...
- GraphicsItem.pixelVectors copies cached results before returning
- Multiprocess fixes for Windows:
- mmap/shm uses anonymous maps rather than tempfiles
- avoid use of getppid and setpgrp
- work around hmac authentication bug (use os.urandom to generate key)
2013-01-12 14:31:49 -05:00
Luke Campagnola
6903886b3a
Fixes against previous commits:
...
- fixed example testing script
- Added finer axis ticks back in some instances
- fixed improper bounds caching in log/fft mode
- fixed exception handling in remoteproxy
2013-01-11 20:21:11 -05:00
Luke Campagnola
513e904a59
Improved performance for remote plotting:
...
- reduced cost of transferring arrays between processes (pickle is too slow)
- avoid unnecessary synchronous calls
Added RemoteSpeedTest example
2013-01-10 16:10:27 -05:00
Luke Campagnola
01b8968a0a
Performance improvements:
...
- AxisItem shows 2 tick levels instead of 3
- Lots of boundingRect and dataBounds caching
(improves ViewBox auto-range performance, especially with multiple plots)
- GraphicsScene avoids testing for hover intersections with non-hoverable items
(much less slowdown when moving mouse over plots)
These are deep changes; need good testing before we release them.
2013-01-09 22:21:32 -05:00
Luke Campagnola
d5112df8f7
Actually added flowchart documentation this time.
2013-01-07 12:11:23 -05:00
Luke Campagnola
b66e6e8ad6
Speed up PlotCurveItem in some cases (avoid drawing shadow when it is not needed)
2013-01-07 10:45:17 -05:00
Luke Campagnola
60836462d2
Updated flowchart documentation
2013-01-07 10:45:03 -05:00
Luke Campagnola
5786a627b5
Added deprecation warning for Node.__getattr__
...
Expanded flowchart.Node docstrings
Added custom node example
2013-01-04 12:05:36 -05:00
Luke Campagnola
b0030e1a49
Bugfixes:
...
- Fixed RuntimeError when clearing items from ViewBox
- SVG exporter adds generic font-family names to text items
2012-12-29 02:35:45 -05:00
Luke Campagnola
f32a04a433
SVG export fixes:
...
- unicode support for text objects
- always export in scene coordinates with offset from root item
2012-12-28 16:23:28 -05:00
Luke Campagnola
ce05e6fb8a
merged with acq4
2012-12-27 14:54:00 -05:00
Luke Campagnola
8d5e24c8fd
Removed incorrect version numbers
2012-12-27 11:53:22 -05:00
Luke Campagnola
b9822b1d10
Fixed doc version (again)
...
Added debian control files
2012-12-27 03:13:35 -05:00
Luke Campagnola
7f51813c2c
Added MANIFEST.in for generating cleaner source distributions
...
updated versioning system
2012-12-27 01:52:32 -05:00
Luke Campagnola
4a39c1e3a4
Fixed bug 1089042 (AttributeError in PlotItem)
2012-12-26 20:12:49 -05:00
Luke Campagnola
72f66f7531
merge pyqtgraph from dev
2012-12-26 18:54:12 -05:00
Luke Campagnola
5374afeca8
Added basic 3D line plot class
2012-12-26 15:22:44 -05:00
Luke Campagnola
51e88bd436
SVG export fixes
2012-12-26 13:48:12 -05:00
Luke Campagnola
49e2177623
SVG export looks good.
2012-12-26 08:42:48 -05:00
Luke Campagnola
b0e0781624
svg exporter updates
2012-12-25 22:20:31 -05:00
Luke Campagnola
af59296231
Reorganized directory structure to be more standard
...
Started new SVG exporter
Merged updates from ACQ4
2012-12-25 00:43:31 -05:00