Origin Version (7.5 SR0): Operating System: Windows XP
Hi, in my OriginC program I import several ASCII files and add them to a plot. Unfortunately the graph layer is not activated and I cannot perform a multifit using for example mfinit(). How can I activate a graph layer (the graph is already created and has a name) with OriginC? Thanks a lot, Markus.
Sorry, I just found the answer by myself (I have been looking for that for quite a long time, that´s Murphy´s Law). The command is: set_active_layer(gl) Bye, Markus.