Plot Error

Sezgi Yıkılmazçınar sezgi.yikilmazcinar at arcelik.com
Mon Apr 9 10:46:46 CEST 2012


Dear Sir/Madam

I try to use plot command and also plot3d1 command. But I get this error:

Exception in thread "AWT-EventQueue-0" javax.media.opengl.GLException: Error creating offscreen bitmap of width 610, height 460
                at com.sun.opengl.impl.windows.WindowsOffscreenGLDrawable.create(WindowsOffscreenGLDrawable.java:108)
                at com.sun.opengl.impl.windows.WindowsOffscreenGLDrawable.setSize(WindowsOffscreenGLDrawable.java:67)
                at javax.media.opengl.GLJPanel.initialize(GLJPanel.java:929)
                at javax.media.opengl.GLJPanel.paintComponent(GLJPanel.java:488)
                at javax.swing.JComponent.paint(Unknown Source)
                at javax.swing.JComponent.paintChildren(Unknown Source)
                at javax.swing.JComponent.paint(Unknown Source)
                at javax.swing.JLayeredPane.paint(Unknown Source)
                at org.scilab.modules.gui.bridge.tab.SwingScilabAxes.paint(Unknown Source)
                at javax.swing.JComponent.paintChildren(Unknown Source)
                at javax.swing.JComponent.paint(Unknown Source)
                at javax.swing.JViewport.paint(Unknown Source)
                at javax.swing.JComponent.paintToOffscreen(Unknown Source)
                at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(Unknown Source)
                at javax.swing.RepaintManager$PaintManager.paint(Unknown Source)
                at javax.swing.RepaintManager.paint(Unknown Source)
                at javax.swing.JComponent._paintImmediately(Unknown Source)
                at javax.swing.JComponent.paintImmediately(Unknown Source)
                at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
                at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
                at javax.swing.RepaintManager.seqPaintDirtyRegions(Unknown Source)
                at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(Unknown Source)
                at java.awt.event.InvocationEvent.dispatch(Unknown Source)
                at java.awt.EventQueue.dispatchEvent(Unknown Source)
                at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
                at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
                at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
                at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
                at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
                at java.awt.EventDispatchThread.run(Unknown Source)
java.lang.reflect.InvocationTargetException
                at java.awt.EventQueue.invokeAndWait(Unknown Source)
                at javax.swing.SwingUtilities.invokeAndWait(Unknown Source)
                at org.scilab.modules.gui.bridge.tab.SwingScilabTab.draw(Unknown Source)
                at org.scilab.modules.gui.tab.ScilabTabBridge.draw(Unknown Source)
                at org.scilab.modules.gui.bridge.ScilabBridge.draw(Unknown Source)
                at org.scilab.modules.gui.tab.ScilabTab.draw(Unknown Source)
                at org.scilab.modules.gui.graphicWindow.ScilabRendererProperties.forceDisplay(Unknown Source)
                at org.scilab.modules.renderer.figureDrawing.DrawableFigureGL.drawCanvas(Unknown Source)
                at org.scilab.modules.renderer.FigureScilabCallJNI.getClickedSubwinHandle(Native Method)
                at org.scilab.modules.renderer.FigureScilabCall.getClickedSubwinHandle(Unknown Source)
                at org.scilab.modules.renderer.utils.graphicEvents.InteractiveRotationEvent.getFirstClick(Unknown Source)
                at org.scilab.modules.renderer.utils.graphicEvents.InteractiveRotationEvent.performEvent(Unknown Source)
                at org.scilab.modules.renderer.utils.graphicEvents.GraphicEvent.run(Unknown Source)
                at java.lang.Thread.run(Unknown Source)
Caused by: javax.media.opengl.GLException: Error creating offscreen bitmap of width 610, height 460
                at com.sun.opengl.impl.windows.WindowsOffscreenGLDrawable.create(WindowsOffscreenGLDrawable.java:108)
                at com.sun.opengl.impl.windows.WindowsOffscreenGLDrawable.setSize(WindowsOffscreenGLDrawable.java:67)
                at javax.media.opengl.GLJPanel.initialize(GLJPanel.java:929)
                at javax.media.opengl.GLJPanel.paintComponent(GLJPanel.java:488)
                at javax.swing.JComponent.paint(Unknown Source)
                at javax.swing.JComponent.paintChildren(Unknown Source)
                at javax.swing.JComponent.paint(Unknown Source)
                at javax.swing.JLayeredPane.paint(Unknown Source)
                at org.scilab.modules.gui.bridge.tab.SwingScilabAxes.paint(Unknown Source)
                at javax.swing.JComponent.paintChildren(Unknown Source)
                at javax.swing.JComponent.paint(Unknown Source)
                at javax.swing.JViewport.paint(Unknown Source)
                at javax.swing.JComponent.paintChildren(Unknown Source)
                at javax.swing.JComponent.paint(Unknown Source)
                at javax.swing.JComponent.paintChildren(Unknown Source)
                at org.scilab.modules.gui.bridge.tab.SwingScilabTab.paintChildren(Unknown Source)
                at javax.swing.JComponent.paint(Unknown Source)
                at javax.swing.JComponent.paintChildren(Unknown Source)
                at javax.swing.JComponent.paint(Unknown Source)
                at org.flexdock.docking.defaults.DefaultDockingPort.paint(DefaultDockingPort.java:1976)
                at javax.swing.JComponent.paintToOffscreen(Unknown Source)
                at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(Unknown Source)
                at javax.swing.RepaintManager$PaintManager.paint(Unknown Source)
                at javax.swing.RepaintManager.paint(Unknown Source)
                at javax.swing.JComponent._paintImmediately(Unknown Source)
                at javax.swing.JComponent.paintImmediately(Unknown Source)
                at org.scilab.modules.gui.bridge.tab.SwingScilabTab.paintImmediately(Unknown Source)
                at org.scilab.modules.gui.bridge.tab.SwingScilabTab$1.run(Unknown Source)
                at java.awt.event.InvocationEvent.dispatch(Unknown Source)
                at java.awt.EventQueue.dispatchEvent(Unknown Source)
                at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
                at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
                at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
                at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
                at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
                at java.awt.EventDispatchThread.run(Unknown Source)
java.lang.reflect.InvocationTargetException
                at java.awt.EventQueue.invokeAndWait(Unknown Source)
                at javax.swing.SwingUtilities.invokeAndWait(Unknown Source)
                at org.scilab.modules.gui.bridge.tab.SwingScilabTab.draw(Unknown Source)
                at org.scilab.modules.gui.tab.ScilabTabBridge.draw(Unknown Source)
                at org.scilab.modules.gui.bridge.ScilabBridge.draw(Unknown Source)
                at org.scilab.modules.gui.tab.ScilabTab.draw(Unknown Source)
                at org.scilab.modules.gui.graphicWindow.ScilabRendererProperties.forceDisplay(Unknown Source)
                at org.scilab.modules.renderer.figureDrawing.DrawableFigureGL.drawCanvas(Unknown Source)
                at org.scilab.modules.renderer.FigureScilabCallJNI.getClickedSubwinHandle(Native Method)
                at org.scilab.modules.renderer.FigureScilabCall.getClickedSubwinHandle(Unknown Source)
                at org.scilab.modules.renderer.utils.graphicEvents.InteractiveRotationEvent.getFirstClick(Unknown Source)
                at org.scilab.modules.renderer.utils.graphicEvents.InteractiveRotationEvent.performEvent(Unknown Source)
                at org.scilab.modules.renderer.utils.graphicEvents.GraphicEvent.run(Unknown Source)
                at java.lang.Thread.run(Unknown Source)
Caused by: javax.media.opengl.GLException: Error creating offscreen bitmap of width 610, height 460
                at com.sun.opengl.impl.windows.WindowsOffscreenGLDrawable.create(WindowsOffscreenGLDrawable.java:108)
                at com.sun.opengl.impl.windows.WindowsOffscreenGLDrawable.setSize(WindowsOffscreenGLDrawable.java:67)
                at javax.media.opengl.GLJPanel.initialize(GLJPanel.java:929)
                at javax.media.opengl.GLJPanel.paintComponent(GLJPanel.java:488)
                at javax.swing.JComponent.paint(Unknown Source)
                at javax.swing.JComponent.paintChildren(Unknown Source)
                at javax.swing.JComponent.paint(Unknown Source)
                at javax.swing.JLayeredPane.paint(Unknown Source)
                at org.scilab.modules.gui.bridge.tab.SwingScilabAxes.paint(Unknown Source)
                at javax.swing.JComponent.paintChildren(Unknown Source)
                at javax.swing.JComponent.paint(Unknown Source)
                at javax.swing.JViewport.paint(Unknown Source)
                at javax.swing.JComponent.paintChildren(Unknown Source)
                at javax.swing.JComponent.paint(Unknown Source)
                at javax.swing.JComponent.paintChildren(Unknown Source)
                at org.scilab.modules.gui.bridge.tab.SwingScilabTab.paintChildren(Unknown Source)
                at javax.swing.JComponent.paint(Unknown Source)
                at javax.swing.JComponent.paintChildren(Unknown Source)
                at javax.swing.JComponent.paint(Unknown Source)
                at org.flexdock.docking.defaults.DefaultDockingPort.paint(DefaultDockingPort.java:1976)
                at javax.swing.JComponent.paintToOffscreen(Unknown Source)
                at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(Unknown Source)
                at javax.swing.RepaintManager$PaintManager.paint(Unknown Source)
                at javax.swing.RepaintManager.paint(Unknown Source)
                at javax.swing.JComponent._paintImmediately(Unknown Source)
                at javax.swing.JComponent.paintImmediately(Unknown Source)
                at org.scilab.modules.gui.bridge.tab.SwingScilabTab.paintImmediately(Unknown Source)
                at org.scilab.modules.gui.bridge.tab.SwingScilabTab$1.run(Unknown Source)
                at java.awt.event.InvocationEvent.dispatch(Unknown Source)
                at java.awt.EventQueue.dispatchEvent(Unknown Source)
                at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
                at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
                at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
                at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
                at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
                at java.awt.EventDispatchThread.run(Unknown Source)

Can you help us to solve this.

Thanks alot. I prefer SciLab besides of Matlab


Saygılarımla / Regards
Sezgi
________________________________
[cid:image001.jpg at 01CD1646.7122CBC0]

Sezgi YIKILMAZÇINAR
Kontrol Teknolojileri Ailesi    /  Control Technologies Family
ARGE Mühendisi                   /  R&D Engineer

E-Posta           / Email            : sezgi.yikilmazcinar at arcelik.com<mailto:sezgi.yikilmazcinar at arcelik.com>
Telefon            / Telephone     : +90 216 585 83 52
Laboratuar     / Laboratory    : +90 216 585 85 85 / 8192
Belgegeçer      / Fax               : +90 216 423 30 45
Adres              / Address         : 34950 Çayırova, ARÇELİK A.Ş. ARGE-2 Nolu Bina
                                               Tuzla/İSTANBUL TURKEY
________________________________
UYARI/NOTIFICATION:

Bu e-posta ve ekleri, gonderildigi belirtilen kisi ya da kisilere ozel olup gizli bilgiler iceriyor olabilir.Bu e-postada bulunan tum fikir ve gorusler ve ekindeki dosyalar sadece adres sahip(ler)ine ait olup, ARÇELİK A.Ş. hic bir sekilde sorumlu tutulamaz. E-postanin muhatabi, ilgilisi ya da gonderileni degilseniz lutfen e-postayi herhangi bir sekilde kullanmayiniz, cogaltmayiniz ve baskalariyla paylasmayiniz. Eger e-posta yanlislikla size ulasmissa, ekinde ve/veya iceriginde yer alan bilgileri gizli tutunuz ve e-postayi gonderen kisiyi bilgilendirerek soz konusu e-posta ile eklerini derhal imha ediniz. Bu e-posta ve ekindeki belgelerin bilinen viruslere karsi kontrolu yapilmistir. Ancak e-posta sistemlerinin tasidigi risklerden dolayi kurumumuz bu e-postanin ve icerdigi bilgilerin size degisiklige ugrayarak veya gec ulasmasindan butunlugunun ve gizliliginin korunamamasindan virus icermesinden ve herhangi bir sebeple bilgisayariniza ve sisteminize verebilecegi zararlardan sorumlu tutulamaz.



This message together with its attachments is intended solely for the address(es) and may contain confidential or privileged information. The information contained in this message and any files transmitted with it are intended solely for the use of the individual or entity to whom they are addressed and ARÇELİK A.Ş. do not accept legal responsibility for the contents.If you are not the intended recipient please do not use copy or disclose the message for any purpose.Should you receive this message by mistake please keep all information contained in the message or its attachments strictly confidential and advise the sender and delete it immediately without retaining a copy. This message and its attachments have been swept by anti-virus systems for the presence of known viruses. However due to the risks of e-mail systems our institute cannot accept liability for any changes or delay in receiving loss of integrity and confidentiality containing viruses and any damages caused in any way to your computer and system.


________________________________
Bu e-posta mesaji kisiye ozel olup, gizli bilgiler iceriyor olabilir. Eger bu e-posta mesaji size yanlislikla ulasmissa, icerigini hic bir sekilde kullanmayiniz ve ekli dosyalari acmayiniz. Bu durumda lutfen e-posta mesajini kullaniciya hemen geri gonderiniz ve tum kopyalarini mesaj kutunuzdan siliniz. Bu e-posta mesaji, hic bir sekilde, herhangi bir amac icin cogaltilamaz, yayinlanamaz ve para karsiligi satilamaz. Bu e-posta mesaji viruslere karsi anti-virus sistemleri tarafindan taranmistir. Ancak yollayici, bu e-posta mesajinin - virus koruma sistemleri ile kontrol ediliyor olsa bile - virus icermedigini garanti etmez ve meydana gelebilecek zararlardan dogacak hicbir sorumlulugu kabul etmez.
This message is intended solely for the use of the individual or entity to whom it is addressed , and may contain confidential information. If you are not the intended recipient of this message or you receive this mail in error, you should refrain from making any use of the contents and from opening any attachment. In that case, please notify the sender immediately and return the message to the sender, then, delete and destroy all copies. This e-mail message, can not be copied, published or sold for any reason. This e-mail message has been swept by anti-virus systems for the presence of computer viruses. In doing so, however, sender cannot warrant that virus or other forms of data corruption may not be present and do not take any responsibility in any occurrence.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20120409/8a007348/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.jpg
Type: image/jpeg
Size: 2813 bytes
Desc: image001.jpg
URL: <https://lists.scilab.org/pipermail/users/attachments/20120409/8a007348/attachment.jpg>


More information about the users mailing list