Luke Campagnola
f9c85dae42
Merge remote-tracking branch 'pyqtgraph/develop' into core
2014-08-06 10:11:21 -04:00
Luke Campagnola
c7f4a8fd39
Merge branch 'develop' into core
2014-04-15 15:11:19 -04:00
Luke Campagnola
0b1a5cf80a
Merge branch 'develop' into pyqtgraph-core
2013-12-23 21:06:50 -05:00
Luke Campagnola
1dae1def22
Merge branch 'develop' into pyqtgraph-core
2013-12-23 11:16:39 -05:00
Luke Campagnola
757dc50447
Merge tag 'pyqtgraph-0.9.8' into pyqtgraph-core
2013-12-23 11:15:54 -05:00
Luke Campagnola
ef0ee7c60b
Merge tag 'pyqtgraph-0.9.7' into pyqtgraph-core
2013-12-23 11:15:17 -05:00
Luke Campagnola
7ac74e52e8
Fixed auto ranging for scatter plots
2013-02-12 19:15:45 -05:00
Luke Campagnola
17409bc9a6
Merge new fixes and features from acq4
2013-02-10 14:10:30 -05:00
Luke Campagnola
253d27d392
Fixed print statements for python 3
2013-01-12 14:35:32 -05:00
Luke Campagnola
38a97f2a59
Bugfixes:
...
- Fixed RuntimeError when clearing items from ViewBox
- SVG exporter adds generic font-family names to text items
2012-12-29 02:35:45 -05:00
Luke Campagnola
ea86665dc6
SVG export fixes:
...
- unicode support for text objects
- always export in scene coordinates with offset from root item
2012-12-28 16:23:28 -05:00
Luke Campagnola
90657a8546
SVG export fixes
2012-12-26 13:48:12 -05:00
Luke Campagnola
ee30683422
SVG export looks good.
2012-12-26 08:42:48 -05:00
Luke Campagnola
f7f76101ca
svg exporter updates
2012-12-25 22:20:31 -05:00
Luke Campagnola
c07a92efbe
Reorganized directory structure to be more standard
...
Started new SVG exporter
Merged updates from ACQ4
2012-12-25 00:43:31 -05:00
Luke Campagnola
af59296231
Reorganized directory structure to be more standard
...
Started new SVG exporter
Merged updates from ACQ4
2012-12-25 00:43:31 -05:00
Luke Campagnola
ecca8855df
- ScatterPlotItem disables render cache during export
...
- Fixes for SVG exporter
- functions.isosurface() is a bazillion times faster (API change: return value format has changed)
2012-12-22 15:16:38 -05:00
Luke Campagnola
80148920c9
Bugfixes:
...
- 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
2012-12-04 21:02:05 -05:00
Luke Campagnola
1c8579d4b4
- Bugfixes:
...
Fixed exporters to automatically add filename extension.
Fixed ViewBox 'auto pan' option.
- Other minor edits.
2012-10-18 22:51:46 -04:00
Luke Campagnola
5081c97ac5
Better support for frozen environments:
...
- built in Christian Gavin's os.listdir replacement
- added os.isdir replacement
Fixed ViewBox causing errors at shutdown
2012-10-11 00:57:24 -04:00
Luke Campagnola
fc9b3dee4d
Started Python3 compatibility changes
2012-05-11 18:05:41 -04:00
Luke Campagnola
a71e4a5862
CheckTable now remembers and reloads the state of rows that disappear temporarily
...
Flowchart updates - added/fixed some display nodes
Merge from Kratz:
- documentation updates
- ComboBox class (updateList() allows entire item list to change while remembering previous setting)
2012-04-25 13:12:40 -04:00
Luke Campagnola
fffbd5548e
Added CSV exporter (only for PlotItem)
2012-04-04 09:32:38 -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
2a2f19b2d5
bugfixes
2012-03-23 03:21:04 -04:00
Luke Campagnola
1d66063dbe
bugfix
2012-03-23 02:49:20 -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
81a32b0d1e
Cleaned up and centralized export functionality
...
Moved GraphicsScene to its own directory, added exportDialog
Removed old export options from PlotItem / ViewBox (will re-enable once they are working again)
2012-03-11 11:59:45 -04:00