jakesylvestre / r-orange

Automatically exported from code.google.com/p/r-orange
0 stars 0 forks source link

matplotlib #208

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Traceback:
  File: orngDoc.py, line 330 in addWidget
  Code: newwidget = orngCanvasItems.CanvasWidget(self.signalManager, self.canvas, self.canvasView, widgetInfo, self.canvasDlg.defaultPic, self.canvasDlg, widgetSettings, forceInSignals = forceInSignals, forceOutSignals = forceOutSignals)
    File: orngCanvasItems.py, line 173 in __init__
    Code: else: self.instance.__init__(signalManager = signalManager)
      File: matplotlibBoxplot.py, line 23 in __init__
      Code: topArea = redRGUI.groupBox(self.GUIDialog, label = 'Plotting Attributes')
        AttributeError: 'matplotlibBoxplot' object has no attribute 'GUIDialog' 

Original issue reported on code.google.com by anup.parikh on 17 Aug 2010 at 6:32

GoogleCodeExporter commented 9 years ago

Original comment by anup.parikh on 17 Aug 2010 at 3:22

GoogleCodeExporter commented 9 years ago

Original comment by anup.parikh on 20 Aug 2010 at 10:01

GoogleCodeExporter commented 9 years ago

Original comment by anup.parikh on 21 Aug 2010 at 4:34

GoogleCodeExporter commented 9 years ago

Original comment by anup.parikh on 21 Aug 2010 at 4:40

GoogleCodeExporter commented 9 years ago

Original comment by anup.parikh on 21 Aug 2010 at 4:51

GoogleCodeExporter commented 9 years ago
OK this will be easy to fix.

Though this should have been reported on the RedRmatplotlib site.

Kyle

Original comment by kylecovi...@gmail.com on 23 Aug 2010 at 4:23

GoogleCodeExporter commented 9 years ago
fixed.

fix will appear in the next package release

Original comment by kylecovi...@gmail.com on 23 Aug 2010 at 4:35