help-octave
[Top][All Lists]
Advanced

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

Re: draw box


From: Andreas Weber
Subject: Re: draw box
Date: Sat, 12 Oct 2013 15:50:44 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130922 Icedove/17.0.9

Hi Kristoffer,

Am 11.10.2013 23:39, schrieb Kristoffer Walker:
> I've not found a solution using Google.  I'm trying to make a polar
> histogram using rose, but replace the outer box with a circle.  The
> first step is to remove the box.
> 
> set(gca,'box','off')
> refresh
> 
> does not affect the visibility of the axis box.  I cannot manually edit

set(gca, 'visible', 'off')
(this also hides the box)

HTH, Andy


reply via email to

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