Hi,
I am using 6 view ports to plot different figures each with seperate color bar key. It work fine in x-window but when I try to save the image (frame/file=image.gif) ferret hangs on that line and doesn't return to prompt. However if I disable the color bar key of the bottom right (BR) view port it work fine. What could be causing this? I tried other options like reducing the size of the BR viewport/ removing axes option in that viewport but none worked.
Here is my viewport definitions:
set window/aspect=0.6
def view/axes/x=0.01:0.29/y=0.5:0.9 v1; def view/axes/x=0.34:0.62/y=0.5:0.9 v2; def view/axes/x=0.67:0.95/y=0.5:0.9 v3
def view/axes/x=0.01:.29/y=0.05:0.45 v4; def
view/axes/x=0.34:0.62/y=0.05:0.45 v5; def view/axes/x=0.67:0.95/y=0.05:0.45 v6
Thanks in advance.
Jagadish