Path: csiph.com!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail From: db Newsgroups: comp.graphics.apps.gnuplot Subject: Many digits Date: Thu, 2 Jan 2025 15:21:03 -0000 (UTC) Organization: A noiseless patient Spider Lines: 26 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Thu, 02 Jan 2025 16:21:04 +0100 (CET) Injection-Info: dont-email.me; posting-host="39b3e016d3c392a82da0fbac0f3820ee"; logging-data="3573825"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+TmbIV54BZQrGmHt8x3QwMvUz9qIPrbDk=" User-Agent: Pan/0.149 (Bellevue; 4c157ba) Cancel-Lock: sha1:rbeOGpBdmfNwf35zTd/qfq0dQdA= Xref: csiph.com comp.graphics.apps.gnuplot:4680 I am using this gnuplot script: gnuplot << eoi set term postscript enh eps 24 set output 'concs.eps' set nokey set xlabel 'X' set ylabel 'C' set ytics 0, 0.5, 1 set xtics 0, 1, 6 plot 'concs.dat' w l lt 1 quit eoi If I don't specify tic marks, I get, e.g, for Y, 0.0, 0.1, .2, ... 1.0 and for X 0, 1, 2, ...6. I don't want so many, so I put in the tic mark specs, and now I get for Y, 0.000000, 0.500000 and 1.000000, and for X 0.00000, 1.00000 etc. I know I can specify the number format but I never got this before. I have G N U P L O T Version 5.4 patchlevel 2 last modified 2021-06-01 so it is not an update. I must be causing this - but how? -- db