Path: csiph.com!1.us.feeder.erje.net!feeder.erje.net!1.eu.feeder.erje.net!weretis.net!feeder4.news.weretis.net!feeder5.news.weretis.net!news.solani.org!.POSTED!not-for-mail From: Karl Ratzsch Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Problems with ellipse object Date: Fri, 21 Apr 2017 09:57:35 +0200 Organization: solani.org Lines: 15 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: solani.org 1492761451 7668 eJwFwQkBwDAIA0BL5QlkcgoM/xJ6BwuJTg+EY7FknN/6Mr+6GVDZNgiPt7kOa+oUZobqmlkPEM0Q0g== (21 Apr 2017 07:57:31 GMT) X-Complaints-To: abuse@news.solani.org NNTP-Posting-Date: Fri, 21 Apr 2017 07:57:31 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 Cancel-Lock: sha1:M2syE3aISSUNh8mHB0j+6qR175k= In-Reply-To: X-NNTP-Posting-Host: eJwFwYEBwCAIA7CXrNIK5wwY/59gwiOorokyDscDvlPRe8W/RCIWcwh1f+WFg307I8M8vfEAAuAQfQ== X-User-ID: eJwFwYEBgDAIA7CXHKUFzwEm/59gQuhowkU5l3sX1nyOEW1fR9yeKkAV7yHCJkthiXSrGv0ZxBDC Xref: csiph.com comp.graphics.apps.gnuplot:3631 Am 18.04.2017 um 21:02 schrieb Karl Ratzsch: > Am 18.04.2017 um 13:12 schrieb Karl Ratzsch: >> Well, you just can give a bogus positive z coordinate : >> >> set view map >> set log z >> set object 1 ellipse at 0.0,0.0,1 size 0.5,0.5,1 angle 0 front >> splot [-2:2][-2:2] x**2+y**2 notitle with lines > > This is of course not intended to work, really, and the trick falls > to the side with latest cvs of both the stable and development tree, > most likely due to the latest changes (2017-04-10) in src/graphics.c. And as of 2017-04-18, map mode disregards the z coordinate for placing objects. Thanks, Ethan!