Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #332
| From | Hans-Bernhard Bröker <HBBroeker@t-online.de> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Format with power of 10 |
| Date | 2011-05-25 22:29 +0200 |
| Message-ID | <4DDD66A7.2030904@t-online.de> (permalink) |
| References | <1a9f968b-ac98-4cc9-9696-2e34bd8383a0@l6g2000vbn.googlegroups.com> |
On 25.05.2011 19:37, greenux wrote: > If the tics are (100,1000,2000,5000) I want to label them (0,1 1,0 2,0 > 5,0) and a label "x 10^3" at the end of the axis (which I already have > by the command set label "10^3" ...). I tried formats with %L and %l > and %s and %S but non of them has the right meaning. "n" is known > before, so it can be used for any calculation. So just divide all your data by 10**n, and use plain "% f" format.
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
Format with power of 10 greenux <greenux@gmx.de> - 2011-05-25 10:37 -0700
Re: Format with power of 10 Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2011-05-25 22:29 +0200
Re: Format with power of 10 greenux <greenux@gmx.de> - 2011-05-27 11:52 -0700
csiph-web