Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!fu-berlin.de!uni-berlin.de!news.dfncis.de!not-for-mail From: =?ISO-8859-1?Q?Hans-Bernhard_Br=F6ker?= Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Multiplot on wxt terminal Date: Wed, 20 Nov 2013 19:58:00 +0100 Lines: 8 Message-ID: <528D0638.70608@t-online.de> References: <7cf1d9c3-b28d-48ef-b9ae-4b5d1b56a648@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.dfncis.de lT1jAMpITfEIdE58cIPy+wrdVi932AKyUH/8QzkiS0EFkQQ80vaMwIqrJb Cancel-Lock: sha1:3VKakePqbFGpr58VlObWrbrsMvw= User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 In-Reply-To: <7cf1d9c3-b28d-48ef-b9ae-4b5d1b56a648@googlegroups.com> Xref: csiph.com comp.graphics.apps.gnuplot:2203 On 20.11.2013 00:22, arkkimede wrote: > I select the multiplot option to realize a circular grid (radii and > circumferences) using the "set parameter" by mean the t parameter > from 0->2pi (x=R*cos(t),y=R*sin(t)) for arcs and to 0->1 to (x=P1x + > t*(P2x-P1x),y=P1y + t*(P2y-P1y)) for radii. What was wrong with 'set polar' and 'set grid polar'?