Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: info@binarus.de Newsgroups: comp.graphics.apps.gnuplot Subject: Re: How to remove the "x axis" from a polar plot? Date: Fri, 17 Aug 2012 06:09:13 -0700 (PDT) Organization: http://groups.google.com Lines: 20 Message-ID: References: <91c185c4-bb31-4c60-b203-fb0044ed38e7@googlegroups.com> NNTP-Posting-Host: 93.212.159.91 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1345209044 11810 127.0.0.1 (17 Aug 2012 13:10:44 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 17 Aug 2012 13:10:44 +0000 (UTC) In-Reply-To: <91c185c4-bb31-4c60-b203-fb0044ed38e7@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=93.212.159.91; posting-account=88hpDAoAAADYqFm5L5p9WDyUSp1oIBue User-Agent: G2/1.0 Xref: csiph.com comp.graphics.apps.gnuplot:1338 > Since the problem could best be shown by an example, please take a look a= t one of the GnuPlot demo pages: http://www.gnuplot.info/demo/polar.html >=20 > The last graph on this page shows some sort of "x axis" (I am meaning the= thing showing to the right, beginning at the center of the circles) which = I would like to be removed. Although reading the manuals and googling for s= ome time now, I don't know how this thing is called in GnuPlot terminology,= and more important, how I could remove it. Well, to answer my own question: I have found out that it's called raxis an= d that I can remove it by using the command 'unset raxis'. I wasn't able to find out in the first place because the GnuPlot help (on w= indows) is a little bit confuse. There seem to be many keywords which are d= efinitely working in 4.6.0, but are nowhere in the help (e.g. nowriteback).= But that's not a problem right now... Thank you very much, Peter