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.