Path: csiph.com!weretis.net!feeder6.news.weretis.net!feeder5.news.weretis.net!news.solani.org!.POSTED!not-for-mail From: Karl Ratzsch Newsgroups: comp.graphics.apps.gnuplot Subject: Re: SET FORMAT default Date: Thu, 10 Oct 2019 22:26:24 +0200 Organization: solani.org Lines: 15 Message-ID: References: <7c57ce13-c713-6ef3-3690-18d4a35c7efe@t-online.de> <7be2c3cf-1da7-4e8d-aaf5-672c0acb3ada@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: solani.org 1570739177 3660 127.0.0.43 (10 Oct 2019 20:26:17 GMT) X-Complaints-To: abuse@news.solani.org NNTP-Posting-Date: Thu, 10 Oct 2019 20:26:17 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 Content-Language: de-DE-1901 X-User-ID: eJwFwYEBwCAIA7CXBCzCORu1/59ggkjLOTuRG4KKzhlNtNg/Ufc77parBFzzqAxtwqTp1XwwxxF3 In-Reply-To: <7be2c3cf-1da7-4e8d-aaf5-672c0acb3ada@googlegroups.com> Cancel-Lock: sha1:FLaMFqQSfXCWEnoCwX5X4llDPQw= Xref: csiph.com comp.graphics.apps.gnuplot:4241 Am 10.10.2019 um 21:16 schrieb layzarc@aol.com: > I saw that but what causes SET TABLE for example to print only 6 significant digits? I'm guessing because its printing a single precision "float". Is there anyway to get more precision in the TABLE from SPLOT contours? very simple, e.g. set format ".12f" set table plot "% h" has some automagic that switches between fp and exponential notation, which isnt really meant to be used to print out numerical data, but for labelling axis tics. hth, Karl