Luke Campagnola
2095a4c8ae
Support for FFT with non-uniform time sampling
2013-08-16 21:28:03 -04:00
Luke Campagnola
79bd7ea187
documentation, bugfix
2013-08-04 14:36:14 -04:00
Luke Campagnola
5a2b946205
ViewBox bugfixes:
...
- drag rect now has large ZValue
- fixed view linking with inverted y axis
2013-07-10 14:30:16 -04:00
Luke Campagnola
7cd3e663f9
experimental GL video widget
...
temporary fix for text parameter ignoring expanded option
Don't use os.EX_OK in pg.exit()
2013-07-10 00:02:16 -04:00
Luke Campagnola
6e253e409b
merge from acq4:
...
- Support for dynamic downsampling and view clipping in PlotDataItem / PlotItem
- fixed __truediv__ handling
- ViewBox updates to fix aspect locking (still broken)
- AxisItem tries to be more clever about when to display tick text
- Fix segmentation fault caused by exception inside GraphicsItem.paint()
- Added 'x' scatter plot symbol
- pg.mkPen supports dashes
2013-07-03 11:36:07 -04:00
Luke Campagnola
8c13a3e7e3
copy from acq4
2013-07-03 11:20:49 -04:00
Luke Campagnola
79e2b1403b
minor edits
2013-07-03 08:54:18 -04:00
Luke Campagnola
f03703e78f
corrected exception error message
2013-06-20 08:44:46 -04:00
Luke Campagnola
cbd0efe79a
ImageItem informs ViewBox when its size changes
...
Minor edits
2013-06-19 19:32:55 -04:00
Luke Campagnola
fa354ea4a3
bugfix in ViewBox.clear
2013-06-19 19:30:23 -04:00
Luke Campagnola
f5435b7798
Fixed ScatterPlotItem.renderSymbol device argument
2013-06-01 07:54:55 -04:00
Luke Campagnola
af4980d153
merged bugfixes
2013-05-29 08:21:10 -04:00
Luke Campagnola
96a5f9290d
Fixed ItemSample handling of ScatterPlotItem
2013-05-29 08:16:34 -04:00
Luke Campagnola
ba31b3d7ba
Legends can be dragged by user
2013-05-28 18:47:33 -04:00
Luke Campagnola
ee0825d677
Allow custom ItemSamples in LegendItem.
2013-05-22 14:35:14 -04:00
Luke Campagnola
91ac29bf23
Added basic symbol support to LegendItem
2013-05-22 14:27:19 -04:00
Luke Campagnola
a55d58024d
Added Dock.close()
...
Fixed bugs in functions weave usage
Documented ROI signals
Fixed 3D view updating after every scene change
2013-05-22 14:09:56 -04:00
Luke Campagnola
671e624f17
Fixes:
...
AxisItem correctly handles scaling with values that are not power of 10
Can remove items from legend
updated plotItem setLogMode to allow unspecified axes
2013-05-09 23:02:14 -04:00
Luke Campagnola
00e865f56c
minor fix in AxisItem
2013-05-05 10:54:47 -04:00
Luke Campagnola
e0e1123d33
fixed import statements python3 compatibility
...
PolyLineROI.getArrayRegion correctly applies mask to N-dimensional data
fixed multiprocess for python2.6 compatibility
2013-04-29 08:13:28 -04:00
Luke Campagnola
5bb5c7487c
Prevent updating ViewBox matrix in setRange when no changes have been made to range
2013-03-30 22:25:46 -04:00
Luke Campagnola
ee89b291dc
Axis line can optionally stop at the last tick
2013-03-28 12:34:17 -04:00
Luke Campagnola
829503f3d2
AxisItem updates:
...
- better handling of tick text / label area
- ability to truncate axis lines at the last tick
2013-03-27 20:24:01 -04:00
Luke Campagnola
a67667b1ca
Merged changes from acq4
...
Added style options to flowchart connection lines
SVG export bug - correctly handle coordinate corrections for groups with mixed elements
Updates to ScatterPlotWidget, DataFilterWidget, and ColorMapWidget
Added exit() function for working around PyQt exit crashes
Bidirectional pseudoScatter for beeswarm plots
Added several examples
Added BarGraphItem
Fixed GraphItem antialiasing
Added parentChanged and viewChanged hooks to GraphicsItem
Made LabelItem a subclass of GraphicsWidgetAnchor
Documented planned features for PlotDataItem (these should be fixed before next release)
ScaleBar complete rewrite
Re-fixed crash bug in ScatterPlotItem
fixed scatterplotitem antialiasing
2013-03-26 15:42:07 -04:00
Luke Campagnola
dbc8fe423b
merged with inp
2013-03-26 13:48:14 -04:00
Luke Campagnola
8828892e55
merged many changes from acq4
2013-03-26 13:46:26 -04:00
Luke Campagnola
7fce0ce5cb
Allow GraphicsView.setCentralItem(None)
2013-03-26 13:35:29 -04:00
Luke Campagnola
a50f74a1fc
bugfix: https://bugs.launchpad.net/pyqtgraph/+bug/1157857
2013-03-22 15:52:44 -04:00
Luke Campagnola
ff59924ee0
fixed mouse scaling issue introduced in inp a few commits ago
...
added panning plot example
2013-03-19 21:22:23 -04:00
Luke Campagnola
e656366fab
fixed panning bug introduced in inp:274
2013-03-19 20:54:05 -04:00
Luke Campagnola
f029e7893e
merged with inp
2013-03-19 16:05:32 -04:00
Luke Campagnola
cefb4f9828
merged updates from acq4
2013-03-19 16:04:46 -04:00
Luke Campagnola
4716a84117
AxisItem bugfix: corrected x-linked view update behavior
...
Added MultiplePlotAxes example
2013-03-19 11:49:10 -04:00
Luke Campagnola
87f45186d8
bugfix: prevent auto-range disabling when dragging with one mouse axis diabled
2013-03-17 15:16:27 -04:00
Luke Campagnola
ad20103ccc
Check for length=0 arrays when using autoVisible
2013-03-17 14:26:23 -04:00
Luke Campagnola
2f510de2ca
Added PolyLineROI.getArrayRegion
2013-03-13 17:17:39 -04:00
Luke Campagnola
4839998574
merged with inp branch
2013-03-07 15:33:59 -05:00
Luke Campagnola
2a27687fb2
merged updates from acq4
2013-03-07 15:29:56 -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
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
3c6081f3a4
fixed ScatterPlotItem.setSize and setData
2013-02-24 11:58:39 -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
9c70d948aa
Fixed ArrowItem auto-range
2013-02-14 14:22:30 -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