[509]> nBars = 3
[510]> colors = ['maroon', 'goldenrod', 'dark_olive_green']
[511]> data = randomu(seed, 10, nBars)
[512]> b = barplot(data[*,0], nbars=nBars, index=0, fill_color=colors[0], axis_style=1, /overplot, font_size=11, dimensions=[800, 300])
[513]> for i = 1L, nBars - 1L do b = barplot(data[*,i], nbars=nBars, index=i, fill_color=colors[i], axis_style=1, /overplot, font_size=11)
[514]> restore, filepath('globalwinds.dat', subdir=['examples','data'])
[515]> s = streamline(u, v, x, y, rgb_table=3, auto_color=1, x_streamparticles=50, y_streamparticles=50, arrow_size=0., font_size=11)
[516]> help, s
S STREAMLINE <40189>
[517]> map = map('Mercator', limit=[32, -120, 46, -92], fill_color='light_blue', title='Colorado')
[518]>
[519]> grid = map.mapgrid
[520]> grid.linestyle = 'dotted'
[521]> grid.label_position = 0
[522]> grid.font_size = 11
[523]> grid.grid_latitude = 2
[524]> grid.grid_longitude = 2
[525]> states = mapcontinents(/usa, fill_color='light green', thick=2., combine=0)
% Loaded DLM: SHAPEFILE.
[526]>
[527]> m = map['Colorado']
[528]> m.fill_color = 'orange'
[529]> map['40N'].linestyle = 'dashed'
[530]> area = mapgrid(color='red', longitude_min=-112., longitude_max=-104.5, latitude_min=35.5, latitude_max=41.5, grid_longitude=0.5, grid_latitude=0.5, label_show=0)
[531]> print, map
MAPPROJECTION <49418>
ASPECT_RATIO = 1.0000000
ASPECT_Z = 0.0000000
BACKGROUND_COLOR = 255 255 255
CENTER_LATITUDE = 0.0000000
CENTER_LONGITUDE = -106.00000
DEPTH_CUE = 0.00000 0.00000
FALSE_EASTING = 0.0000000
FALSE_NORTHING = 0.0000000
HEIGHT = 0.0000000
HEMISPHERE = 0
HIDE = 0
HOM_AZIM_ANGLE = 0.0000000
HOM_LATITUDE1 = 30.000000
HOM_LATITUDE2 = 60.000000
HOM_LONGITUDE1 = 0.0000000
HOM_LONGITUDE2 = 0.0000000
IELLIPSOID = 24
IS_JUSTIFY = 0
IS_ZONES = 0
LATITUDE_MAX = 46.000000
LATITUDE_MIN = 32.000000
LONGITUDE_MAX = -92.000000
LONGITUDE_MIN = -120.00000
MAP_PROJECTION = 'Mercator'
MERCATOR_SCALE = 0.99960000
NAME = 'Map Projection'
OEA_ANGLE = 0.0000000
OEA_SHAPEM = 0.0000000
OEA_SHAPEN = 0.0000000
SEMIMAJOR_AXIS = 6378137.0
SEMIMINOR_AXIS = 6356752.3
SOM_FLAG = 0
SOM_INCLINATION = 0.0000000
SOM_LANDSAT_NUMBER = 0
SOM_LANDSAT_PATH = 1
SOM_LONGITUDE = 0.0000000
SOM_PERIOD = 0.0000000
SOM_RATIO = 0.0000000
STANDARD_PAR1 = 0.0000000
STANDARD_PAR2 = 45.500000
STATEPLANE_ZONE27 = 0
STATEPLANE_ZONE83 = 0
TITLE =
UTM_ZONE = 1
WINDOW_TITLE = 'Map'
XRANGE = -1558472.9 1558472.9
YRANGE = 3740670.1 5750844.1
ZRANGE = 0.0000000 0.0000000
[532]> restore, filename=file_which('cow10.sav')
% Compiled module: FILE_WHICH.
[533]> range = [-0.6, 0.6]
[534]> p = plot3d(range, range, range, /nodata, axis_style=2)
[535]> axes = p.axes
[536]> axes[2].hide = 1
[537]> axes[6].hide = 1
[538]> axes[7].hide = 1
[539]> cow = polygon(x, y, z, connectivity=polylist, /data)
Notebook produced by rIDL 0.1 [155:157M] on 3-Nov-2010 17:22:14.00.