T
Tao Chen
Guest
Hi,
I am trying to print some waveforms with Ocean scripts. After plotting
the curves, I add a title to it with the command addTitle("some
title").
Then I print the figure with the following commands:
hardCopyOptions(?hcOutputFile "wv.png")
awvSetOptionValue("hcHeader" nil)
awvSetOptionValue("hcMailLogNames" nil)
hardCopy(winhdl)
where "winhdl" is the window handler of my figure.
Now the problem is, I cannot see the title of the figure added by
"addTitle" command in the .png file that I get. This happens on Ocean
6. There is no such a problem with Ocean 5. Any suggestion would be
appreciated.
Regards,
Tao
I am trying to print some waveforms with Ocean scripts. After plotting
the curves, I add a title to it with the command addTitle("some
title").
Then I print the figure with the following commands:
hardCopyOptions(?hcOutputFile "wv.png")
awvSetOptionValue("hcHeader" nil)
awvSetOptionValue("hcMailLogNames" nil)
hardCopy(winhdl)
where "winhdl" is the window handler of my figure.
Now the problem is, I cannot see the title of the figure added by
"addTitle" command in the .png file that I get. This happens on Ocean
6. There is no such a problem with Ocean 5. Any suggestion would be
appreciated.
Regards,
Tao