octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #45863] Octave crashes when I try to plot a po


From: anonymous
Subject: [Octave-bug-tracker] [bug #45863] Octave crashes when I try to plot a polar plot using OpenGL
Date: Wed, 02 Sep 2015 12:41:18 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:40.0) Gecko/20100101 Firefox/40.0

URL:
  <http://savannah.gnu.org/bugs/?45863>

                 Summary: Octave crashes when I try to plot a polar plot using
OpenGL
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Wed 02 Sep 2015 12:41:17 PM UTC
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Crash
                  Status: None
             Assigned to: None
         Originator Name: Anthony J
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Here's the content of my polarp.m file. Simple enough.

theta = 0:0.01:2*pi;
rho = (sin(3*theta)).^2;
polar(theta,rho);

Octave plots the graph using "OpenGl", but if I click on the drawn graph, then
all of Octave crashes.

Also, if I choose instead to use "gnuplot", then NO graph shows up in the plot
window. But, it does plot o.k in "fltk", but I would rather the opengl toolkit
(If I can call it that), if only because it looks better and has some better
interface features.

I tried playing around with various "Advance" features of KDE in Desktop
Effects in System Settings; compositing type, qt graphics system, etc. But the
same outcome. I ran Octave in Openbox as well, instead of KDE; again same
outcome.

FYI, my system is PCLinuxOS 2014.12 64 bit KDE Platform V 4.14.10, running on
an ASUS laptop (i5, 8 GB, Intel Graphics HD 5500 ), linux kernel 4.1.3-pclos1,
3.0 Mesa 10.6.5.

Attached is the various scenarios with each toolkit, the opengl one is
however, a small ogv video (880 Kb).



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Wed 02 Sep 2015 12:41:17 PM UTC  Name: fltk.png  Size: 47kB   By: None
These files shows the various scenarios.
<http://savannah.gnu.org/bugs/download.php?file_id=34791>
-------------------------------------------------------
Date: Wed 02 Sep 2015 12:41:17 PM UTC  Name: OpenGL.ogv  Size: 859kB   By:
None
These files shows the various scenarios.
<http://savannah.gnu.org/bugs/download.php?file_id=34792>
-------------------------------------------------------
Date: Wed 02 Sep 2015 12:41:17 PM UTC  Name: gnuplot.png  Size: 42kB   By:
None
These files shows the various scenarios.
<http://savannah.gnu.org/bugs/download.php?file_id=34793>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?45863>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]