Path: csiph.com!eternal-september.org!feeder.eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?Q?J=c3=b6rg_Buchholz?= Newsgroups: comp.graphics.apps.gnuplot Subject: Re: 3D plot Date: Fri, 1 Nov 2019 16:50:03 +0100 Organization: A noiseless patient Spider Lines: 30 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Fri, 1 Nov 2019 15:50:03 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="4aa19063ea0770ec41a9194de1665927"; logging-data="9367"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/MPAHs3jV88VmP/utbeqoKhSxTWkw5FOI=" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 Cancel-Lock: sha1:hYaUBP/41TzxzaKOam7eL+PL9ZU= In-Reply-To: Content-Language: en-GB Xref: csiph.com comp.graphics.apps.gnuplot:4261 On 01/11/2019 15:11, au76666 wrote: >>>> Nobody needs a "work around" for that. See help xtics and use the >>>> "offset". It's simple. >>>> >>>> Jörg >>> >>> I tried that and the numbers got shifted left but still touching the >>> grid line. No doubt I have misread the specs. >>> >>> >> You can specify the offset for x y and z coordinates. For what do you >> specify the offset? >> >> Jörg > > The numbers under the x axis. Without an offset, they just touch the > grid line at Y = 0. > Yes, of course set xtics offset first 0,0,-5 This place the tic labels from the x-axis in the negative z-direction. set xtics offset 0,-1 This place the tic labels from the x-axis in the negative y-direction. Jörg