Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #612
| From | sfeam <sfeam@users.sourceforge.net> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: set format y "%2.0t{/Symbol \327}10^{%L}" with a concrect value |
| Followup-To | comp.graphics.apps.gnuplot |
| Date | 2011-09-29 10:11 -0700 |
| Organization | gnuplot development team |
| Message-ID | <j628r8$84u$1@dont-email.me> (permalink) |
| References | <c442305e-2ec7-4be4-becc-683d0c310709@c1g2000yql.googlegroups.com> <j61m44$1hqo$1@gwdu112.gwdg.de> <687980b5-b4fe-416e-ad57-4295dc21029f@u13g2000vbx.googlegroups.com> |
Followups directed to: comp.graphics.apps.gnuplot
juan miguel wrote:
> thanks, it works when is a axis, but when is a colorbar, the 0 is
> togheter with 0*10^0, and i want only the 0
>
> this is what i use for the cb (and does not work)
>
> set cbrange [-0.001:+0.001]
> set format cb "%2.0t{/Symbol \327}10^{%L}"
> set cbtic -0.001,0.0005,0.001
> set cbtic add ("0" 0)
That's a bug or missing feature.
The check for user-specified tick labels overriding automatic labels
is only made in the 2D code. So the trick you show doesn't work in 3D
plots, even for the "set view map" pseudo-2D orientation.
The only work-around I can think of is to manually specify all 5 labels
on the colorbar.
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