Luke Campagnola
44f2a0ecc4
Documentation updates
2012-04-16 16:45:55 -04:00
Luke Campagnola
c44887e531
bugfix
2012-04-15 12:33:56 -04:00
Luke Campagnola
dc29a9060e
documentation updates
2012-04-15 12:32:20 -04:00
Luke Campagnola
61ea03618a
re-enabled wheel events for PlotItem
2012-04-15 10:56:41 -04:00
Luke Campagnola
5c0c47cda2
3D mesh updates:
...
- Can initialize GLMeshItem using MeshData instance
- MeshData has save/restore methods
2012-04-15 10:21:31 -04:00
Luke Campagnola
727214ca45
docstring updates
2012-04-15 10:20:07 -04:00
Luke Campagnola
355472271b
Fix to ensure that items are given the keyboard focus if they are clicked
2012-04-15 10:19:30 -04:00
Luke Campagnola
7287771577
docstring update
2012-04-12 12:44:31 -04:00
Luke Campagnola
41ada931d4
Fixed up JoystickButton example
2012-04-05 23:04:26 -04:00
Luke Campagnola
a336728006
small fixes for new modules
2012-04-04 22:54:46 -04:00
Luke Campagnola
a5f3d5ac9c
added documentation to flowchart example
2012-04-04 22:20:21 -04:00
Luke Campagnola
d9c558105c
Added metaarray to support flowchart
...
Prettied up flowchart example
2012-04-04 21:59:37 -04:00
Luke Campagnola
20c40a70d5
Added in flowchart's filter functions
2012-04-04 21:03:31 -04:00
Luke Campagnola
09995e0d12
Added a few more files to get flowcharts working
2012-04-04 20:28:48 -04:00
Luke Campagnola
5a9bcc3591
Added missing reload.py
2012-04-04 14:49:09 -04:00
Luke Campagnola
a330d84943
added check for correct python version
...
fixes for flowchart
- added missing FeedbackButton.py
- corrected imports
2012-04-04 14:45:12 -04:00
Luke Campagnola
bdb6ff88a2
Updates to IsocurveItem, added isocurve example
...
minor updates for other examples
2012-04-04 12:22:43 -04:00
Luke Campagnola
fffbd5548e
Added CSV exporter (only for PlotItem)
2012-04-04 09:32:38 -04:00
Luke Campagnola
6aef85331e
Cleanup for AxisItem
...
- Made more extensible by breaking out tick spacing and text generating into separate methods
- Text now tries harder to avoid overlapping
2012-04-04 09:31:58 -04:00
Luke Campagnola
78d4bc0838
Performance enhancements
...
- HistogramLUTItem avoids using lookup table if possible
- GradientEditorItem has a method to ask whether the gradient is trivial (can be applied without the use of a lookup table)
- ROI, LinearRegionItem, InfiniteLine no longer redraw for every mouse movement
2012-04-04 09:29:35 -04:00
Luke Campagnola
33b09dfa23
Added crosshair example
2012-04-03 01:11:39 -04:00
Luke Campagnola
5a357ddb2a
Several minor bugfixes and features
...
- Added rate-limited mode to SignalProxy
- Added basic text justification to LabelItem
- ViewBox.addItem now has ignoreBounds option, which causes the item to be ignored when autoscaling
- Added ValueLabel widget
- Fixed some autoscaling bugs
- InfiniteLine fix - no hilight if movable=False
2012-04-03 01:01:33 -04:00
Luke Campagnola
bdef8dc4c7
fixed example menu on windows
2012-03-30 15:53:10 -04:00
Luke Campagnola
668640b424
Updated README to reflect REALITY
2012-03-28 14:16:42 -04:00
Luke Campagnola
9c268b0728
fix from last rev
2012-03-27 12:33:02 -04:00
Luke Campagnola
ad232ff79b
- re-merged isocurve code
...
- re-enabled OpenGL on windows, added a config option for enabling/disabling OpenGL
- minor bug fixes
2012-03-27 12:30:51 -04:00
Luke Campagnola
543d56f0a6
reverted plotitem bug
2012-03-25 02:25:02 -04:00
Luke Campagnola
96d1267223
Added 3D examples to menu
2012-03-24 12:32:53 -04:00
Luke Campagnola
d2d812c86e
Fixed up MeshData and GLMeshItem classes for surface display
2012-03-24 12:17:48 -04:00
Luke Campagnola
f6da6e2fd0
Added matplotlib exporter
...
Updates to MeshData class (this is still not tested)
2012-03-23 22:13:41 -04:00
Luke Campagnola
c814499bee
Added features from meganbkratz:
...
- isocurves
- array processing through gradientwidget
2012-03-23 13:38:53 -04:00
Luke Campagnola
7e926ba136
Bugfix for plot linking
2012-03-23 04:04:04 -04:00
Luke Campagnola
2a2f19b2d5
bugfixes
2012-03-23 03:21:04 -04:00
Luke Campagnola
1d66063dbe
bugfix
2012-03-23 02:49:20 -04:00
Luke Campagnola
04291a9300
reconnected viewbox range-change signals through plotitem.
2012-03-23 02:46:59 -04:00
Luke Campagnola
b0d3e9a50b
update to plot() function - all arguments are now passed through to PlotWindow.
...
(this *should* be a backward-compatible change)
2012-03-23 02:45:11 -04:00
Luke Campagnola
3b2ef16071
bugfix for view linking, example update
2012-03-23 02:42:32 -04:00
Luke Campagnola
1489643a30
GraphicsLayout: added convenience method for creating sub-layouts
2012-03-23 02:42:02 -04:00
Luke Campagnola
b78662c33e
Minor updates for exporting
...
- curves enable antialiasing when exporting to image
- plotitems hide button during export
2012-03-23 02:41:10 -04:00
Luke Campagnola
7c94b5a702
Bugfixes and example for view linking
2012-03-20 23:38:04 -04:00
Luke Campagnola
97740c2376
bugfix for linking ViewBoxes
2012-03-20 22:39:37 -04:00
Luke Campagnola
d1521dc7ed
ROI fix - filled in missing rotate() method
2012-03-20 00:33:58 -04:00
Luke Campagnola
48929a2aa6
Minor updates:
...
GraphicsObject - corrected bug in viewPos() method
WidgetGroup - allow bound methods in interfaces
parametertree - fixed crash when calling remove from context menu
2012-03-19 23:02:29 -04:00
Luke Campagnola
f80b73b173
Buxfixes
...
- initialization error in plotcurveitem
- performance fix for plotdataitem
2012-03-18 19:48:40 -04:00
Luke Campagnola
59ed9397a3
Fixes for PlotCurveItem, PlotDataItem, ScatterPlotItem.
...
Made APIs more complete and consistent.
2012-03-18 14:57:36 -04:00
Luke Campagnola
66dd6f974e
Added TextItem and example
2012-03-17 23:10:00 -04:00
Luke Campagnola
cd24530eb1
Bugfixes:
...
- Corrected ImageItem.setRect transformation order
- PlotCurveItem uses nkPen for interpreting shadowPen arguments
- PlotItem and PlotWidget wrap a few more missing methods from ViewBox
2012-03-17 12:10:51 -04:00
Luke Campagnola
fbbe4ef946
SignalProxy now uses thread-safe timer.
2012-03-17 11:48:21 -04:00
Luke Campagnola
fcf2c53c46
Example updates
2012-03-17 11:47:20 -04:00
Luke Campagnola
7401d3f3da
removed print statement
2012-03-13 13:11:36 -04:00