help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

^{superscript} and _{subscript}' not working with 'xticklabelmode', 'man


From: oxy
Subject: ^{superscript} and _{subscript}' not working with 'xticklabelmode', 'manual'
Date: Fri, 19 Sep 2014 14:41:53 +0200

hi guys,

this does not work for me:

    fplot(@sin, [0  2*pi])
    r0=1
    r1=2
    r2=4
    set (gca, 'xticklabelmode', 'manual', 'xtick', [0  r1 r0 r2])
    set(gca, 'xticklabel','0|r_{1}|r_{0}|r_{2}')

Any idea?
Thx ...

Octave, version 3.8.2
ubuntu 14.04



reply via email to

[Prev in Thread] Current Thread [Next in Thread]