Polar axes

Michael Goffioul michael.goffioul at gmail.com
Mon Sep 1 02:55:12 CDT 2008


On Mon, Sep 1, 2008 at 9:21 AM, David Arnold <dwarnold45 at suddenlink.net> wrote:
> I was referring to axes grid, as in:

No, there's no support for such grid. However you could build
it manually using patch, line and text objects (and turning the
axes to invisible). This is basically what Matlab does.

Michael.


>
>
>
>
>
> On Sep 1, 2008, at 12:03 AM, Thomas Weber wrote:
>
>> Am Sonntag, den 31.08.2008, 22:38 -0700 schrieb David Arnold:
>>>
>>> All,
>>>
>>> Does Octave have a polar grid, much as that provided by Matlab's
>>> polar command?
>>
>> octave:1> help polar
>>  -- Function File:  polar (THETA, RHO, FMT)
>>     Make a two-dimensional plot given the polar coordinates THETA and
>>     RHO.
>>
>>     The optional third argument specifies the line type.
>>
>>     See also: plot.
>>
>> /usr/share/octave/3.0.1/m/plot/polar.m
>>
>> Regards
>>        Thomas
>>
>
>
> _______________________________________________
> Help-octave mailing list
> Help-octave at octave.org
> https://www-old.cae.wisc.edu/mailman/listinfo/help-octave
>
>


More information about the Help-octave mailing list