Ogi Moore
4951bd743e
Replace main stanza with PyQt6 compatable variant ( #1645 )
...
* Replace main stanza with PyQt6 compatable variant
* Use fn.mkQApp instead
* remove needless comments
2021-03-22 11:17:12 -07:00
Martin Chase
2318f49bc4
include more color in the ImageView example ( #1611 )
...
* work taken from #312 (thanks, @ptweir !)
* turn on an ROI by default
2021-02-25 16:14:34 -08:00
Ogi Moore
309195ceea
Fix windows hidpi ( #1516 )
...
* set environment variables before starting QApp
* fix-422
* Better support of hidpi
* Fix Typo in App-Name
* Remove fontScaleFactor bits
* Add documenation for hidpi displays
* Fix pg not defined
2021-01-27 10:59:07 -08:00
Ogi Moore
85773e4530
Revert "have mkQApp configure QApplication such that it handles HIDPI displays on Windows ( #1509 )" ( #1515 )
...
This reverts commit 98f6b2f1a5
.
2021-01-27 10:42:38 -08:00
Ogi Moore
98f6b2f1a5
have mkQApp configure QApplication such that it handles HIDPI displays on Windows ( #1509 )
...
* set environment variables before starting QApp
* fix-422
* Better support of hidpi
* Fix Typo in App-Name
* Remove fontScaleFactor bits
* Add documenation for hidpi displays
2021-01-27 10:05:56 -08:00
Luke Campagnola
e9afbb9b9c
Clean up examples / docs
2016-08-31 15:14:25 -07:00
Luke Campagnola
bee5878915
Added imageAxisOrder config option
...
Added global config documentation
ROIs don't exactly work yet..
2016-08-23 09:06:43 -07:00
Luke Campagnola
0d2bd107b3
Use colormap with better perceptual contrast
2016-04-02 23:27:20 -07:00
Megan Kratz
229fc6aec9
added lines setting a custom color map to the ImageView example
2016-02-15 16:58:57 -05:00
Luke Campagnola
34802c8aec
Added pg.gaussianFilter, removed all dependency on gaussian_filter
2014-03-11 19:01:34 -04:00
Luke Campagnola
b398ccd0ce
corrected import
2014-03-11 10:11:03 -04:00
Luke Campagnola
491aee0fe2
python3 fixes
...
cleaned up examples
2013-02-24 23:09:03 -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
45048467b3
- Major reorganization; we now follow the standard python package structure.
...
- Overhaul of SVG export system. Seems to work well.
- Fixed image export bugs
- Added basic 3D line plot class
2012-12-26 17:51:52 -05:00
Luke Campagnola
3de5719011
Merged testing code from Kratz
...
Numerous fixes for python 3 compatibility
2012-12-05 00:25:45 -05:00
Luke Campagnola
45fb4f6d40
import corrections
2012-03-01 22:58:02 -05:00
Luke Campagnola
d4e8e2b883
Imported major changes from acq4 project.
2012-03-01 21:55:32 -05:00