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 .
- 18 Oct, 2013 4 commits
-
-
Luke Campagnola authored
-
Luke Campagnola authored
-
Luke Campagnola authored
-
Luke Campagnola authored
This requires an API change: - AxisItem.setScale(float) has the usual behavior - AxisItem.setScale(None) is no longer allowed. Instead use: - AxisItem.enableAutoSIPrefix(bool) to enable/disable SI prefix scaling Also makes the API more intuitive since these features are now accessed and implemented independently.
-
- 03 Jul, 2013 1 commit
-
-
Luke Campagnola authored
-
- 10 May, 2013 1 commit
-
-
Luke Campagnola authored
AxisItem correctly handles scaling with values that are not power of 10 Can remove items from legend updated plotItem setLogMode to allow unspecified axes
-
- 05 May, 2013 1 commit
-
-
Luke Campagnola authored
-
- 28 Mar, 2013 2 commits
-
-
Luke Campagnola authored
-
Luke Campagnola authored
- better handling of tick text / label area - ability to truncate axis lines at the last tick
-
- 22 Mar, 2013 1 commit
-
-
- 19 Mar, 2013 1 commit
-
-
Luke Campagnola authored
Added MultiplePlotAxes example
-
- 27 Feb, 2013 1 commit
-
-
Luke Campagnola authored
- AxisItem did not update grid line length when plot stretches - Workaround for PySide/QByteArray memory leak
-
- 10 Feb, 2013 1 commit
-
-
Luke Campagnola authored
-
- 24 Jan, 2013 1 commit
-
-
Luke Campagnola authored
added method for setting axis tick font
-
- 19 Jan, 2013 1 commit
-
-
Luke Campagnola authored
Fixed linearRegionItem hilight when not movable
-
- 12 Jan, 2013 1 commit
-
-
Luke Campagnola authored
- 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
-
- 10 Jan, 2013 1 commit
-
-
Luke Campagnola authored
- 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.
-
- 25 Dec, 2012 1 commit
-
-
Luke Campagnola authored
Started new SVG exporter Merged updates from ACQ4
-
- 19 Oct, 2012 1 commit
-
-
Luke Campagnola authored
Fixed exporters to automatically add filename extension. Fixed ViewBox 'auto pan' option. - Other minor edits.
-
- 31 Aug, 2012 1 commit
-
-
Luke Campagnola authored
- fixed handling of foreground colors in AxisItem - fixed rare crash caused in AxisItem - fixed improper propagation of key events from SpinBox - many others
-
- 12 Jul, 2012 1 commit
-
-
Luke Campagnola authored
- Fixed some floating-point precision issues. (Added a workaround for QTransform.inverted() bug) - No longer putting asUnicode inside __builtin__ since this causes problems in some rare circumstances (pyshell, lazy import recipe) - Minor docstring updates
-
- 09 Jul, 2012 2 commits
-
-
Luke Campagnola authored
- AxisItem.setScale(1) works properly to disable auto-value-scaling - OpenGL fixes (stack overflow when drawing items, improper call to glPopAttrib)
-
Luke Campagnola authored
- Text spacing fix for AxisItem
-
- 03 Jul, 2012 1 commit
-
-
Luke Campagnola authored
- workaround for PySide exit crash - fixed alpha of major/minor grid lines
-
- 01 Jul, 2012 1 commit
-
-
Luke Campagnola authored
Bugfix -- AxisItem enforces tick boundaries more strictly
-
- 29 Jun, 2012 1 commit
-
-
Luke Campagnola authored
- Added pyqtgraph.systemInfo() for bug reporting - GraphicsLayout does a better job of avoiding occupied cells when using automatic placement - Fixed sizing issues with LabelItem - Updated GraphicsLayout example
-
- 22 Jun, 2012 1 commit
-
-
Luke Campagnola authored
-
- 18 Jun, 2012 1 commit
-
-
Luke Campagnola authored
- fixed AxisItem sometimes drawing the same tick twice (sometimes with different text) - fixed handling of record arrays in setting ScatterPlotItem point data
-
- 21 May, 2012 1 commit
-
-
Luke Campagnola authored
-
- 12 May, 2012 1 commit
-
-
Luke Campagnola authored
-
- 08 May, 2012 1 commit
-
-
Luke Campagnola authored
-
- 28 Apr, 2012 1 commit
-
-
Luke Campagnola authored
- isocurveitem documentation - updates to GradientEditor and PlotItem docs - Fix for Canvas handling of item Z-position
-
- 21 Apr, 2012 1 commit
-
-
Luke Campagnola authored
Also cleaned up some context menu items
-
- 04 Apr, 2012 1 commit
-
-
Luke Campagnola authored
- Made more extensible by breaking out tick spacing and text generating into separate methods - Text now tries harder to avoid overlapping
-
- 23 Mar, 2012 1 commit
-
-
Luke Campagnola authored
- curves enable antialiasing when exporting to image - plotitems hide button during export
-
- 13 Mar, 2012 1 commit
-
-
Luke Campagnola authored
-
- 12 Mar, 2012 2 commits
-
-
Luke Campagnola authored
documentation update removed documentation builds from repo.
-
Luke Campagnola authored
Fixed a few bugs in AxisItem
-
- 09 Mar, 2012 1 commit
-
-
Luke Campagnola authored
- volumetric rendering - isosurfaces, mesh rendering - basic transformation and parent/child functionality
-
- 02 Mar, 2012 1 commit
-
-
Luke Campagnola authored
-