Origin Ver. and Service Release (Select Help-->About Origin): 8.1G SR3
Operating System: windows 2000 pro
Yet another question. I would like to know how can I change the units of already created gobject (graphical object)? I got experimetally that if I first set the units of the active layer then create the gobject it is created with the right dimension units like mm for example:
win -a Graph1;
Graph1!page.active = 3;
layer -u 4;
draw -n myRect -b;
The problem is that I am inserting a *.bmp graphic as gobject and this trick does not somehow work for it. It is created with pixels as dimension and in that way I can not place it relative to the axes (which are in mm at the moment).
image.filename$="D:\tmp\colormap.bmp";
image.import.object(Graph1,spectrumbmp,0);
Cheers
Asen