Luke Campagnola
c25eb76c2e
Merge branch 'multiplotwidget-fix' into develop
...
Import and py3 bugfixes for MultiPlotWidget
Add setMinimumPlotHeight method.
2014-01-25 09:04:03 -05:00
Luke Campagnola
23779f004e
- Fixed FillBetweenItem to force PlotCurveItem to generate path
...
- Added FillBetweenItem.setCurves()
- Added FillBetweenItem example
2014-01-23 10:34:26 -05:00
Luke Campagnola
ca68f05f1f
Fix: PlotCurveItem now ignores clip-to-view when auto-range is enabled.
2014-01-19 08:37:58 -05:00
Luke Campagnola
fd4ae73b17
Major performance improvement for ScatterPlotItem
...
Merge branch 'scatter-optim' into develop
2014-01-18 19:19:38 -05:00
Luke Campagnola
a51c30d02f
Merge branch 'integer-image-histogram-range' into develop
...
ImageItem.getHistogram is more clever about constructing histograms:
- integer dtype images now have integer-aligned bins, with bin number
determined by a target value
- step size is automatically chosen based on a target image size
- bins and step arguments have default values 'auto'
2014-01-14 22:28:54 -05:00
Luke Campagnola
33e4a9e213
Fix: prevent divide-by-zero in AxisItem
2014-01-05 14:40:56 -05:00
Luke Campagnola
eda59be46d
corrected PolyLineROI.setPen() to modify individual segments as well.
2014-01-04 01:03:58 -05:00
Luke Campagnola
95dd56bdb6
Bugfixes:
...
- fixed PlotCurveItem generating exceptions when data has length=0
- fixed ImageView.setImage only working once
2014-01-01 20:22:13 -05:00
Luke Campagnola
21c1686221
Fixed AxisItem to support unicode in tick strings
2013-12-29 09:17:23 -05:00
Luke Campagnola
a199b75c66
Added Flowchart.sigChartChanged
2013-12-27 22:48:44 -05:00
Luke Campagnola
3488910810
Merge branch 'static_imports' into develop
...
No more dynamic imports; pg uses static imports throughout.
Flowcharts and exporters use plugin systems
2013-12-21 23:53:30 -05:00
Luke Campagnola
51c1615059
added dates to changelog
2013-11-24 10:16:45 -05:00
Luke Campagnola
52c89bf202
added CHANGELOG
2013-11-23 20:27:14 -05:00