Rev | Line | |
---|
[418] | 1 | !********************************************************* |
---|
| 2 | ! If .hluresfile is copied to the home directory the default |
---|
| 3 | ! graphical display of NCL is changed (x11) |
---|
| 4 | ! Further information are available at: |
---|
| 5 | ! http://www.ncl.ucar.edu/Document/Graphics/hlures.shtml |
---|
| 6 | !********************************************************* |
---|
| 7 | |
---|
| 8 | ! comments for ".res" files are preceded by a "!" |
---|
| 9 | ! remember quotations are not used in .res files |
---|
| 10 | |
---|
| 11 | ! White background/black foreground |
---|
| 12 | *wkForegroundColor : (/0.,0.,0./) |
---|
| 13 | *wkBackgroundColor : (/1.,1.,1./) |
---|
| 14 | |
---|
| 15 | *wkColorMap : rainbow+gray |
---|
| 16 | |
---|
| 17 | ! Font stuff |
---|
| 18 | *Font : helvetica |
---|
| 19 | |
---|
| 20 | ! Function Codes [Default is a colon ] |
---|
| 21 | *TextFuncCode : ~ |
---|
| 22 | |
---|
| 23 | ! Make default X11 window larger (adjust as necessary) |
---|
| 24 | *wkWidth : 1000 |
---|
| 25 | *wkHeight : 800 |
---|
| 26 | |
---|
| 27 | ! Have a favorite colormap that you use for everything? You can |
---|
| 28 | ! make it your default here (note the name is NOT in quotes): |
---|
| 29 | ! *wkColorMap : temp1 |
---|
| 30 | |
---|
| 31 | ! Increase the default (16mb) contour memory |
---|
| 32 | ! If you gave gridded data > 500 x 500, you may need this |
---|
[517] | 33 | *wsMaximumSize: 100000000 |
---|
[418] | 34 | !********************************************************* |
---|
Note: See
TracBrowser
for help on using the repository browser.