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


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

Re: SET FORMAT default

Path csiph.com!weretis.net!feeder6.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: SET FORMAT default
Date Thu, 10 Oct 2019 22:26:24 +0200
Organization solani.org
Lines 15
Message-ID <qno459$3ic$1@solani.org> (permalink)
References <a52f4ed4-4619-4985-acd2-efd22ab00dd4@googlegroups.com> <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

Show key headers only | View raw


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 <your function>

"% 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

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


Thread

SET FORMAT default layzarc@aol.com - 2019-10-10 11:29 -0700
  Re: SET FORMAT default Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2019-10-10 20:56 +0200
    Re: SET FORMAT default layzarc@aol.com - 2019-10-10 12:16 -0700
      Re: SET FORMAT default Karl Ratzsch <mail.kfr@gmx.net> - 2019-10-10 22:26 +0200
        Re: SET FORMAT default layzarc@aol.com - 2019-10-10 14:19 -0700
          Re: SET FORMAT default Karl Ratzsch <mail.kfr@gmx.net> - 2019-10-10 23:57 +0200
            Re: SET FORMAT default Ethan Merritt <eamerritt@gmail.com> - 2019-10-12 00:06 +0000

csiph-web