Use decimal comma in plots

Alexey Torkhov atorkhov at gmail.com
Wed Apr 9 09:34:31 CDT 2008


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.


More information about the Help-octave mailing list