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

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

[Octave-bug-tracker] [bug #54540] polar (and derived) demos fail


From: Juan Pablo Carbajal
Subject: [Octave-bug-tracker] [bug #54540] polar (and derived) demos fail
Date: Sun, 19 Aug 2018 18:59:43 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0

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

                 Summary: polar (and derived) demos fail
                 Project: GNU Octave
            Submitted by: juanpi
            Submitted on: Sun 19 Aug 2018 10:59:42 PM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: juanpi
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

Hi,

Running the dmeos of polar generates an error


> demo polar
polar example 1:
 clf;
 theta = linspace (0,2*pi,1000);
 rho = sin (7*theta);
 polar (theta, rho);
 title ("polar() plot");

polar example 1: failed
__go_patch__: unable to create graphics handle


the lineas are plotted but the axis are not there. I did not have time to
triag the regression. Sorry




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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