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

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

[Octave-bug-tracker] [bug #55176] polar plot does not plot rho axis corr


From: anonymous
Subject: [Octave-bug-tracker] [bug #55176] polar plot does not plot rho axis correctly for negative rho values
Date: Thu, 6 Dec 2018 18:38:01 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0

URL:
  <https://savannah.gnu.org/bugs/?55176>

                 Summary: polar plot does not plot rho axis correctly for
negative rho values
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Thu 06 Dec 2018 11:37:59 PM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.4.1
        Operating System: Any

    _______________________________________________________

Details:

bug #53999 solution claims to have fixed plotting of negative rho values
however a simple example (provided with polar.m!) shows this not to be the
case:


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


Negative values of rho appear to be plotted in the centre. In particular this
means its impossible to plot antenna patterns which typically have negative
gains (i.e. rho values) at many angles (i.e. theta values). Attempting to set
the axis does not work either. Note this does not appear to work in Matlab
either.




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55176>

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




reply via email to

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