| 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 |