KIU Shueng Chuan
21296cd4f3
change all examples to use pg.exec()
2021-05-14 06:16:21 +08:00
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
KIU Shueng Chuan
61616ffad9
remove calls to setGraphicsSystem
...
in fact all are no-ops
2021-02-22 19:17:53 +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
Billy Su
afd8a6f423
Replace deprecate class in examples
...
Using class GraphicsLayoutWidget to replace the deprecated class
GraphicsWindow, cc #631 .
2018-02-16 12:21:39 +08:00
Timer
18024a0ca8
fix a color name error
2016-03-27 23:09:06 +08:00
Luke Campagnola
03c01d3b32
Fixes related to CSV exporter:
...
- CSV headers include data names, if available
- Exporter correctly handles items with no data
- pg.plot() avoids creating empty data item
- removed call to reduce() from exporter; not available in python 3
- Gave .name() methods to PlotDataItem, PlotCurveItem, and ScatterPlotItem
2013-12-19 12:30:00 -05:00
Luke Campagnola
8828892e55
merged many changes from acq4
2013-03-26 13:46:26 -04:00
Luke Campagnola
491aee0fe2
python3 fixes
...
cleaned up examples
2013-02-24 23:09:03 -05:00
Luke Campagnola
6903886b3a
Fixes against previous commits:
...
- 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
2013-01-11 20:21:11 -05:00
Luke Campagnola
a157d9c4fa
Added better API for controlling antialiasing in plots
...
PlotItem auto-range button is now hidden by default; only appears for plots that are not already auto-ranged and have mouse hover.
2012-12-23 00:51:28 -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
41bc951a1c
minor plotting example update
2012-04-22 13:22:43 -04:00
Luke Campagnola
f8758dba39
PlotItem (finally) gets log scaling
...
Also cleaned up some context menu items
2012-04-21 15:57:47 -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
fcf2c53c46
Example updates
2012-03-17 11:47:20 -04:00
Luke Campagnola
920fd9333e
OpenGL scenegraph updates
...
- volumetric rendering
- isosurfaces, mesh rendering
- basic transformation and parent/child functionality
2012-03-09 12:38:15 -05:00
Luke Campagnola
dc597ac584
fixes for pyside compatibility
2012-03-01 22:53:52 -05:00
Luke Campagnola
d4e8e2b883
Imported major changes from acq4 project.
2012-03-01 21:55:32 -05:00