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
 colormap

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
rico.d Posted - 10/02/2003 : 11:28:54 AM
Hello,
i'm going crazy with colormap function.
I want plot 8 contour graph on one page,
i want the same number of level ok
nbrlevel=8;LAYER.CMAP.NUMCOLORS=nbrlevel;
i use
layer -cm l myfilename;
for the colormap
But now i want choose the same zaxis for all graphs.
i try this:
it's very good but:

nbrniveau=10;
max=500;
min=0;
delta=(max-min)/nbrlevel;
delta=;
niv=min;
niv=;
LAYER.CMAP.Z1=niv;
niv=niv+delta;
niv=;
LAYER.CMAP.Z2=niv;
niv=niv+delta;
niv=;
LAYER.CMAP.Z3=niv;
niv=niv+delta;
niv=;
LAYER.CMAP.Z4=niv;
niv=niv+delta;
niv=;
LAYER.CMAP.Z5=niv;
niv=niv+delta;
niv=;
LAYER.CMAP.Z6=niv;
niv=niv+delta;
niv=;
LAYER.CMAP.Z7=niv;
niv=niv+delta;
niv=;
LAYER.CMAP.Z8=niv;
niv=niv+delta;
niv=;
LAYER.CMAP.Z9=niv;
niv=niv+delta;
niv=;
LAYER.CMAP.Z10=niv;

i have all my level, but nothing happend the graphs still the same.
I check in layer---->matrix--->level
and there is all my level but not in the graph...
how can i do???
i have a lot a lot of data, if someone can help it will be wondefull...i'm going crazy....
Tks Bruno
3   L A T E S T    R E P L I E S    (Newest First)
rico.d Posted - 10/03/2003 : 09:20:25 AM
i found :-))
just add
Z2=max;
and it's ok
Bruno
rico.d Posted - 10/03/2003 : 07:53:45 AM
Nothing happend
my version is 6.0 SR4
Id there something with rescale mode that i must know??
tks
Bruno
Mike Buess Posted - 10/02/2003 : 12:02:21 PM
What happens when you click the Refresh button? If that makes your levels show up just finish your script with "plot -c" or "doc -uw" to do it automatically.

Mike Buess
Origin WebRing Member

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