pyqtgraph/pyqtgraph/exporters
2xB e2b01ccf74 FIX: Correct deletion of matplotlib exporter window object (#868)
E.g. when opening the Matplotlib exporter multiple times, and one closes one instance, Python crashes.
This is caused by the Matplotlib QMainWindow listening to the closeEvent and deleting the only reference of
the window before it is closed properly.
2019-05-23 21:35:01 -07:00
..
tests Fixed bug in unit test where temp file remained open when os.unlink was called (#832) 2019-05-23 21:33:23 -07:00
__init__.py Squashed commit of the following: 2014-08-07 09:03:26 -04:00
CSVExporter.py Squashed commit of the following: 2014-08-07 09:03:26 -04:00
Exporter.py Import from python2_3 for all uses of basestring, cmp, and xrange 2015-05-19 09:29:55 -04:00
HDF5Exporter.py Minor fix - check for ragged array length when exporting to hdf5 2017-09-13 21:37:19 -07:00
ImageExporter.py Fix up Qt.py and deprecate USE_XX variables 2018-02-16 20:42:34 -08:00
Matplotlib.py FIX: Correct deletion of matplotlib exporter window object (#868) 2019-05-23 21:35:01 -07:00
PrintExporter.py Added Travis CI support 2014-03-30 02:51:32 -04:00
SVGExporter.py SVGExport: Initialize option.exposedRect for items that use it 2018-07-06 15:53:28 +02:00