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

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

[Octave-bug-tracker] [bug #39495] polar plot should have a circular rho/


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #39495] polar plot should have a circular rho/theta axis
Date: Fri, 16 Aug 2013 01:25:43 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36

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

It appears that the polar axes in Matlab are drawn using line objects.


clf
polar (0,0)
findobj (gca, 'type', 'line')

ans =

  203.0098

 findall (gca, 'type', 'line')

ans =

  203.0098
  190.0098
  189.0098
  188.0098
  187.0098
  186.0098
  185.0098
  183.0098
  181.0098
  179.0098
  177.0098
  175.0098


The white background and ticklabels are constructed using a patch and text
objects.


get (findall (gca, 'handlevisibility', 'off'), 'type')

ans = 

    'text'
    'text'
    'text'
    'text'
    'text'
    'text'
    'text'
    'text'
    'text'
    'text'
    'text'
    'text'
    'text'
    'text'
    'text'
    'line'
    'line'
    'line'
    'line'
    'line'
    'line'
    'text'
    'line'
    'text'
    'line'
    'text'
    'line'
    'text'
    'line'
    'text'
    'line'
    'patch'




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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