The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum for Programming
 LabTalk Forum
 Contour Lables

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
sebbey Posted - 06/06/2012 : 03:19:30 AM
Origin Ver.: 8.6.0G
Operating System: Windows 7 Professional

Hi Guys,

I have a problem with the contour plot labels. I create a contour plot (blue in the pic below) with contour labels. Then I add new layers to this graph window and create some line+symbol plots (red in the pic below).

Now the problem is, that the line+symbol plots conceal the contour labels. To avoid this, I tried to use the layswap xfunction, in order to arrange the contour layer on top of the others, but this didn't work out. after searching for a long time i have to ask for help, because as you can see in the picture below, the graph does not look very good.




i should maybe mention, that i used the

layer1.plot1.contourlabels.whiteout=1;


function. the labels have a white background and are therefore not concealed by the contour plot lines. the problem is only caused by the newly added line+symbol plots.

I hope someone is able to help me with this problem!
Thanks in advance,
sebbey
2   L A T E S T    R E P L I E S    (Newest First)
sebbey Posted - 06/06/2012 : 07:28:20 AM
Thank you Sam,

it worked!
Sam Fang Posted - 06/06/2012 : 06:52:41 AM
layswap is used to swap layer's position, not layer order. To swap layer order, you can use script:
page.reorder(1,2);


which will change the 1st layer to be the 2nd layer.

You can also use Transparency to show labels. e.g. set line+symbol's Transparency to 50%.

Sam
OriginLab Technical Services

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000