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:41:23 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0

Follow-up Comment #1, bug #55176 (project octave):

Hmm, text got lost somehow. Example is:


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]