X-Received: by 10.66.101.104 with SMTP id ff8mr26169188pab.33.1447586644808; Sun, 15 Nov 2015 03:24:04 -0800 (PST) X-Received: by 10.182.191.97 with SMTP id gx1mr58989obc.11.1447586644731; Sun, 15 Nov 2015 03:24:04 -0800 (PST) Path: csiph.com!xmission!news.glorb.com!i2no2856858igv.0!news-out.google.com!l1ni5136igd.0!nntp.google.com!i2no2856853igv.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Sun, 15 Nov 2015 03:24:04 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=88.11.104.129; posting-account=iLRJvgoAAADcxnAzmnt9yuiy9h_X8ZgV NNTP-Posting-Host: 88.11.104.129 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <9037d736-a759-4d98-9b91-126e859b295d@googlegroups.com> Subject: z tics format affected by zrange From: mario.rguez.riotorto@gmail.com Injection-Date: Sun, 15 Nov 2015 11:24:04 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: csiph.com comp.graphics.apps.gnuplot:3130 Hello, In version 5.0.1, the following piece of code (automatically generated by another program) set zrange [8.87e-10:200.0] splot x**2+y**2 writes numbers on the z axis with 10 decimal places. Is this intended behavior? In previous versions, numbers were written in a more friendly format. Thanks.