Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #3625

Re: Problems with ellipse object

Path csiph.com!weretis.net!feeder4.news.weretis.net!feeder5.news.weretis.net!news.solani.org!.POSTED!not-for-mail
From Karl Ratzsch <mail.kfr@gmx.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: Problems with ellipse object
Date Tue, 18 Apr 2017 13:12:29 +0200
Organization solani.org
Lines 23
Message-ID <od4saq$g4p$1@solani.org> (permalink)
References <f5c070e8-ad29-4812-9e84-91e3889ca4a0@googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Transfer-Encoding 7bit
X-Trace solani.org 1492513946 16537 eJwFwYEBADAEA7CXlDLeMfP/CUvcAnEPw4O+vhYmLaUp9tRZHKM0Ymfk9ti+QnNSARxKfgFYEC0= (18 Apr 2017 11:12:26 GMT)
X-Complaints-To abuse@news.solani.org
NNTP-Posting-Date Tue, 18 Apr 2017 11:12:26 +0000 (UTC)
User-Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0.1
X-NNTP-Posting-Host eJwFwQcBACAIBMBKjGfFQdD+EbwzdfYJuDns2UMryg6O1DplCzWysJujb2boFmtzd9yJcvkXgBEt
Content-Language en-GB
Cancel-Lock sha1:W8E1v1fqQFuEoJXwzDejIUDMe/Y=
In-Reply-To <f5c070e8-ad29-4812-9e84-91e3889ca4a0@googlegroups.com>
X-User-ID eJwFwQkBwDAIA0BL40kocgoF/xJ2B6Owwwk6Fvt4D+dAcbVCOmKUz5Gjq6bGLCv2VAqQ8v0ULhB9
Xref csiph.com comp.graphics.apps.gnuplot:3625

Show key headers only | View raw


Am 18.04.2017 um 11:53 schrieb Francisco Pontiga:
> Things become worse when I try to use a log scale for the z-axis. If I write

> set log z
> set object 1 ellipse at 0.0,0.0 size 0.5,0.5 angle 0 front fillcolor rgbcolor "white"
> splot [-2:2][-2:2] x**2+y**2 notitle with lines
> 
> I got the following error: "ellipse has z coord of 0; must be above 0 for log scale! "
> 
> How can I modify the z coordinate of the ellipse?

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

,  but the error (message) is of course nonsense. File a bug report
about it on https://sourceforge.net/p/gnuplot/bugs ?

  Karl

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Problems with ellipse object Francisco Pontiga <pontiga@us.es> - 2017-04-18 02:53 -0700
  Re: Problems with ellipse object Karl Ratzsch <mail.kfr@gmx.net> - 2017-04-18 12:41 +0200
  Re: Problems with ellipse object Karl Ratzsch <mail.kfr@gmx.net> - 2017-04-18 13:12 +0200
    Re: Problems with ellipse object Karl Ratzsch <mail.kfr@gmx.net> - 2017-04-18 21:02 +0200
      Re: Problems with ellipse object Karl Ratzsch <mail.kfr@gmx.net> - 2017-04-21 09:57 +0200
  Re: Problems with ellipse object Francisco Pontiga <pontiga@us.es> - 2017-04-18 04:59 -0700

csiph-web