Prev: I need help with msspectrum errors :-(
Next: Use Blockproc to do something other than give me a manipulated
From: mu'tasem on 28 Jul 2010 15:55 Dear sir ... I have question about, how can enlarge (create) the (Plot -axes ) in new GUI ( Plot - axes) when i press enlarge button, and insert the existing data in the old GUI to the new one.
From: Walter Roberson on 28 Jul 2010 16:36 mu'tasem wrote: > I have question about, how can enlarge (create) the (Plot -axes ) in new > GUI ( Plot - axes) when i press enlarge button, and insert the existing > data in the old GUI to the new one. copyobj()
From: mu'tasem on 29 Jul 2010 03:28 Walter Roberson <roberson(a)hushmail.com> wrote in message <i2q4jt$49d$1(a)canopus.cc.umanitoba.ca>... > mu'tasem wrote: > > > I have question about, how can enlarge (create) the (Plot -axes ) in new > > GUI ( Plot - axes) when i press enlarge button, and insert the existing > > data in the old GUI to the new one. > > copyobj() but in GU1 i have axes , title, xlable and ylable ... how can copy all of this components to the GUI2
From: Walter Roberson on 29 Jul 2010 11:17 mu'tasem wrote: > Walter Roberson <roberson(a)hushmail.com> wrote in message > <i2q4jt$49d$1(a)canopus.cc.umanitoba.ca>... >> mu'tasem wrote: >> >> > I have question about, how can enlarge (create) the (Plot -axes ) in >> new > GUI ( Plot - axes) when i press enlarge button, and insert the >> existing > data in the old GUI to the new one. >> >> copyobj() > > but in GU1 i have axes , title, xlable and ylable ... how can copy all > of this components to the GUI2 "copyobj -- Copy graphics objects and their descendants" copyobj(findall(GU1,'Type','axes'),GU2);
From: mu'tasem on 29 Jul 2010 11:51 Walter Roberson <roberson(a)hushmail.com> wrote in message <qYg4o.35489$xZ2.6465(a)newsfe07.iad>... > mu'tasem wrote: > > Walter Roberson <roberson(a)hushmail.com> wrote in message > > <i2q4jt$49d$1(a)canopus.cc.umanitoba.ca>... > >> mu'tasem wrote: > >> > >> > I have question about, how can enlarge (create) the (Plot -axes ) in > >> new > GUI ( Plot - axes) when i press enlarge button, and insert the > >> existing > data in the old GUI to the new one. > >> > >> copyobj() > > > > but in GU1 i have axes , title, xlable and ylable ... how can copy all > > of this components to the GUI2 > > "copyobj -- Copy graphics objects and their descendants" > > copyobj(findall(GU1,'Type','axes'),GU2); Thanks a lot...Done
|
Next
|
Last
Pages: 1 2 3 4 Prev: I need help with msspectrum errors :-( Next: Use Blockproc to do something other than give me a manipulated |