help-octave
[Top][All Lists]
Advanced

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

Use decimal comma in plots


From: Alexey Torkhov
Subject: Use decimal comma in plots
Date: Wed, 09 Apr 2008 18:34:31 +0400
User-agent: Thunderbird 2.0.0.12 (X11/20080226)

Hi.

I need to use decimal comma in plots instead of dot.

In gnuplot it is possible to set decimalsign ','.
In matlab:
xt=get(gca,'xticklabel');
xt(xt=='.')=',';
set(gca,'xticklabel',xt);

How to do it in octave?

Alex.


reply via email to

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