File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed
Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 66
77- Unit tests: added support for `` pytest `` and `` coverage `` (60% coverage as of today)
88
9+ - [ Issue #77 ] ( https://github.com/PlotPyStack/PythonQwt/issues/77 ) - AttributeError: 'XXX' object has no attribute '_ QwtPlot__ data'
10+
911- [ Issue #72 ] ( https://github.com/PlotPyStack/PythonQwt/issues/72 ) - AttributeError: 'QwtScaleWidget' object has no attribute 'maxMajor' / 'maxMinor' / 'stepSize'
1012
1113- [ Issue #76 ] ( https://github.com/PlotPyStack/PythonQwt/issues/76 ) - [ PySide] AttributeError: 'QwtPlotCanvas' object has no attribute 'Sunken'
Original file line number Diff line number Diff line change @@ -361,17 +361,6 @@ def __init__(self, *args):
361361
362362 qwtEnableLegendItems (self , True )
363363
364- def __del__ (self ):
365- self .setAutoReplot (False )
366- # XXX Is is really necessary in Python? (pure transcription of C++)
367- # The following line have been commented to avoid crashing Python
368- # when exiting interpreter (Python 3 only)
369-
370- # self.detachItems(QwtPlotItem.Rtti_PlotItem, self.autoDelete())
371- # self.__data.layout = None
372- # self.deleteAxesData()
373- # self.__data = None
374-
375364 def setFlatStyle (self , state ):
376365 """
377366 Set or reset the flatStyle option
You can’t perform that action at this time.
0 commit comments