Path: csiph.com!weretis.net!feeder6.news.weretis.net!feeder5.news.weretis.net!news.solani.org!.POSTED!not-for-mail From: Karl Ratzsch Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Radiaton Characteristics using Gnuplot Date: Mon, 27 Jul 2020 13:08:20 +0200 Organization: solani.org Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Mon, 27 Jul 2020 11:08:20 -0000 (UTC) Injection-Info: solani.org; logging-data="15264"; mail-complaints-to="abuse@news.solani.org" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 In-Reply-To: Content-Language: de-DE Cancel-Lock: sha1:qV/OCQyMw7UiNQJn5U/DJITaDM0= X-User-ID: eJwFwQcRADAIBDBLPPMqh+lfQhMTh3eom6udXTyFk7DdbBgVcpi5O0KmNh+VZlZrAotj+ROfET4= Xref: csiph.com comp.graphics.apps.gnuplot:4361 Well, instead of rotating the plot, you can simply rotate your data and adjust the labelling, and you can use "multiplot" to place two totally independent plots on the same sheet of paper. Karl Am 27.07.2020 um 10:00 schrieb lennar...@gmail.com: > Hello, > > I would like to draw a mixed Polar an linear plot with gnuplot like it is done in this image: > > > So far I did come up with this script, but I do not know how to rotate the plot to have 0° at the top. And how to combine with a linear plot.