This project is mirrored from https://bitbucket.org/jakimowb/eo-time-series-viewer.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 22 Dec, 2012 2 commits
-
-
Luke Campagnola authored
- Canvas: added per-item context menus - Isocurve: option to extend curves to array boundaries option to generate QPainterPath instead of vertex array - Isosurface is a bajillion times faster - ViewBox added clear() method added locate(item) method (shows where an item is for debugging) Bugfixes: - automated example testing working properly - Exporter gets incorrect source rect when operating on PlotWidget - Set correct DPI and size for SVG exporter - GLMeshItem works properly with whole-mesh color specified as sequence - bugfix in functions.transformCoordinates for rotated matrices - reload library checks for modules that are imported multiple times - GraphicsObject, UIGraphicsItem: added workaround for PyQt / itemChange bug - ScatterPlotItem: disable cached render during export Other: - added documentation for several functions - minor updates to setup.py
-
Luke Campagnola authored
- Fixes for SVG exporter - functions.isosurface() is a bazillion times faster (API change: return value format has changed)
-
- 07 Dec, 2012 1 commit
-
-
Luke Campagnola authored
setup.py updates
-
- 05 Dec, 2012 2 commits
-
-
Luke Campagnola authored
Numerous fixes for python 3 compatibility
-
Luke Campagnola authored
- Image exporter detects GraphicsView background color - Corrected exporter filename handling for SVG export - ViewBox no longer attempts to deregister itself while python is exiting - Speedup for conversion using np.array(MetaArray_instance) - GLGraphicsItem updates immediately when its GL options have changed - Corrected some GL shader program bugs for nVidia drivers - Fixed coordinate mapping bug in functions.transformCoordinates - Fixed PySide import error
-
- 29 Nov, 2012 5 commits
-
-
Megan Kratz authored
-
Megan Kratz authored
added primitive test capability to run through all examples - works but needs to be refined to make it better -- to run the tests simply run "python pyqtgraph/examples --test"
-
Luke Campagnola authored
-
Luke Campagnola authored
-
Luke Campagnola authored
-
- 27 Nov, 2012 2 commits
-
-
Megan Kratz authored
-
Megan Kratz authored
-
- 23 Nov, 2012 3 commits
-
-
Luke Campagnola authored
[ Note: These APIs have changed significantly. ] - MeshData and GLMeshItem now operate on numpy arrays instead of lists. - MeshData can handle per-vertex and per-triangle color information Added GLSurfacePlotItem class based on new GLMeshItem GLGraphicsItem now has per-item support for customizing GL state (setGLOptions method) Added several new shader programs Added new examples: GLIsosurface GLSurfacePlot GLshaders
-
Luke Campagnola authored
- Can be anchored to parent item at any location - Support for filled plot styles - Automatically resizes to fit contents - PlotItem can auto-generate legend
-
Luke Campagnola authored
- generalized makeARGB API: can now process arrays of arbitrary shape. - affineSlice automatically converts vector arguments to array - new function applyLookupTable taken from makeARGB - isosurface function returns array Updated VideoSpeedTest example to follow new makeARGB API LayoutWidget: row argument now accepts 'next' as value ParameterTree bugfix: avoid infinite recursion when accessing non-existent attributes ViewBox: avoid exit error caused when cleanup callback is invoked while python is shutting down
-
- 10 Nov, 2012 2 commits
-
-
Megan Kratz authored
-
Megan Kratz authored
-
- 31 Oct, 2012 4 commits
-
-
Luke Campagnola authored
-
Luke Campagnola authored
- ROI.movePoint now expects parent coordinates by default - Added ROI.getHandles() - Renamed MultiLineROI to MultiRectROI - Reorganized MultiRectROI, added addSegment and removeSegment methods (thanks Martin!)
-
Luke Campagnola authored
-
Luke Campagnola authored
- documentation updates - PlotItem informs all items when switching to log mode - GradientEditorItem has sigGradientChangeFinished - ParameterTree list types check linits on initialization - Fixed RuntimeError in TreeWidget.clear()
-
- 27 Oct, 2012 1 commit
-
-
Luke Campagnola authored
Reorganized shader programs Infrastructure updates for OpenGL system
-
- 26 Oct, 2012 3 commits
-
-
Megan Kratz authored
-
Luke Campagnola authored
-
Luke Campagnola authored
-
- 25 Oct, 2012 4 commits
-
-
Luke Campagnola authored
-
Luke Campagnola authored
-
Luke Campagnola authored
-
Luke Campagnola authored
-
- 22 Oct, 2012 3 commits
-
-
Luke Campagnola authored
-
Luke Campagnola authored
Added function for generating pseudo-scatter plots (points stack in a histogram-like manner)
-
Luke Campagnola authored
Documentation updates (linked GLImageItem and Legend item to indexes)
-
- 19 Oct, 2012 3 commits
-
-
Luke Campagnola authored
Added GLImageItem and example.
-
Luke Campagnola authored
Fixed exporters to automatically add filename extension. Fixed ViewBox 'auto pan' option. - Other minor edits.
-
Luke Campagnola authored
Much more efficient at rapid updates.
-
- 17 Oct, 2012 2 commits
-
-
Luke Campagnola authored
-
Luke Campagnola authored
-
- 16 Oct, 2012 1 commit
-
-
Luke Campagnola authored
-
- 15 Oct, 2012 1 commit
-
-
Megan Kratz authored
bugfix for ViewBox.childrenBounds -- vertical infiniteLines were not being included in autoscale range
-
- 11 Oct, 2012 1 commit
-
-
Luke Campagnola authored
Added example scripts used for bundling with py2exe
-