Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: sfeam Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Axis labelling with many decimals Followup-To: comp.graphics.apps.gnuplot Date: Thu, 15 Aug 2013 08:53:23 -0700 Organization: gnuplot development team Lines: 14 Message-ID: References: Reply-To: sfeam@users.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit Injection-Date: Thu, 15 Aug 2013 15:53:23 +0000 (UTC) Injection-Info: mx05.eternal-september.org; posting-host="e947cb29d2533e27aa00183e80187dbb"; logging-data="628"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/q7vyRxzPgFqyF9i1AwSXV" User-Agent: KNode/4.4.9 Cancel-Lock: sha1:GaEX8fTb3jdE6AhNQP9o/A5ur1E= Xref: csiph.com comp.graphics.apps.gnuplot:1974 Dieter Britz wrote: > I have an x-range that is a very tight bunch with many decimals, > so that the numbers overlap. I avoid that by rotating by 90 deg, > but they then intrude into the frame: > > set format x '%10.8f' > set xrange [0.87845758:0.87845769] > set xtics 0.87845758, 0.00000001, 0.87845769 rotate by 90 > > How can I lower the labels so that they are outside the frame? # right justify the labels set xtics rotate by 90 right