Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #608
| From | Christoph Bersch <usenet@bersch.net> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: set format y "%2.0t{/Symbol \327}10^{%L}" with a concrect value |
| Date | 2011-09-29 13:51 +0200 |
| Organization | GWDG, Goettingen |
| Message-ID | <j61m44$1hqo$1@gwdu112.gwdg.de> (permalink) |
| References | <c442305e-2ec7-4be4-becc-683d0c310709@c1g2000yql.googlegroups.com> |
On 29.09.2011 13:42, juan miguel wrote:
>
> I want to use the format "%2.0t{/Symbol \327}10^{%L}" , but in the
> range that i plot, apears the value 0, and that concrect value is
> showed as 0*10^0, and what i want is just the 0, without the 10^0.
>
> This is what i use
> set format y "%2.0t{/Symbol \327}10^{%L}"
> set yrange [-0.001:0.001]
> set ytic -0.001,0.0005,0.001 font "Times-Roman Bold,25"
You can override the '0' label:
set ytics add ("0" 0)
Christoph
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
set format y "%2.0t{/Symbol \327}10^{%L}" with a concrect value juan miguel <juanmixp@gmail.com> - 2011-09-29 04:42 -0700
Re: set format y "%2.0t{/Symbol \327}10^{%L}" with a concrect value Christoph Bersch <usenet@bersch.net> - 2011-09-29 13:51 +0200
Re: set format y "%2.0t{/Symbol \327}10^{%L}" with a concrect value juan miguel <juanmixp@gmail.com> - 2011-09-29 06:15 -0700
Re: set format y "%2.0t{/Symbol \327}10^{%L}" with a concrect value juan miguel <juanmixp@gmail.com> - 2011-09-29 06:11 -0700
Re: set format y "%2.0t{/Symbol \327}10^{%L}" with a concrect value sfeam <sfeam@users.sourceforge.net> - 2011-09-29 10:11 -0700
Re: set format y "%2.0t{/Symbol \327}10^{%L}" with a concrect value juan miguel <juanmixp@gmail.com> - 2011-09-30 01:58 -0700
Re: set format y "%2.0t{/Symbol \327}10^{%L}" with a concrect value Christoph Bersch <usenet@bersch.net> - 2011-09-30 13:16 +0200
Re: set format y "%2.0t{/Symbol \327}10^{%L}" with a concrect value juan miguel <juanmixp@gmail.com> - 2011-09-30 04:43 -0700
csiph-web