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


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

Re: set format y "%2.0t{/Symbol \327}10^{%L}" with a concrect value

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-30 13:16 +0200
Organization GWDG, Goettingen
Message-ID <j648dj$vu6$1@gwdu112.gwdg.de> (permalink)
References <c442305e-2ec7-4be4-becc-683d0c310709@c1g2000yql.googlegroups.com> <j61m44$1hqo$1@gwdu112.gwdg.de> <687980b5-b4fe-416e-ad57-4295dc21029f@u13g2000vbx.googlegroups.com> <j628r8$84u$1@dont-email.me> <16584fdd-a922-46dc-8594-a6c50e62de7b@g33g2000yqc.googlegroups.com>

Show all headers | View raw


On 30.09.2011 10:58, juan miguel wrote:
> Thanks for your answer, now i can stop to look for in google...
>
> I suppose that i will follow you advice, but what i do not know to do
> is set a cbtic with a concrect format, i mean, if i write
>
> set format cb "%2.0t{/Symbol \327}10^{%L}"
>
> i know the fhe format of all my cbtics, but when i insert that tics
> manually, i dont know put that format for only one indiviuals tics

I you specify the tics manually, you both set the label and the tics 
position:

set cbtics ("label1" -0.001, "label2" 0)

What you can do, is e.g.

set terminal wxt enhanced
set xrange[-10:10]
set yrange[-10:10]

printfmt(x) = gprintf("%2.0t", x).gprintf("{/Symbol \327}10^{%T}", x);
set cbtics (printfmt(-0.001) -0.001, "0" 0, printfmt(0.001) 0.001)

plot '++' u 1:2:(1e-4*$1) with image

Christoph

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


Thread

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