vis/color/
mg_xloadct.pro
Routines
top mg_xloadct
direct graphics
mg_xloadct [, file=string] [, /brewer] [, /gmt] [, /mpl] [, /gist] [, /chaco] [, /mg] [, _extra=keyword]
Load a color table by index using a GUI interface. This routine is
directly analogous to XLOADCT
, but with more color tables options.
The default color tables:
The Brewer color tables are split into three types: sequential, diverging, and qualitative. Sequential color tables are simple sequences from white to a given color. The diverging color tables have white in the middle of the color table and progress in each direction towards two different colors. The qualitative color tables contain only a few colors for labeling purposes. The qualitative color tables are expanded to take up the same space of the other color tables in the graphic below:
The GMT color tables:
The Yorick/Gist color tables:
The matplotlib color tables:
Keywords
- file in optional type=string default=colors.tbl
filename of color table file; this is present to make
MG_XLOADCT
completely implementXLOADCT
's interface, it would normally not be used- brewer in optional type=boolean
set to use the Brewer color tables
- gmt in optional type=boolean
set to use the GMT color tables
- mpl in optional type=boolean
set to use the matplotlib color tables
- gist in optional type=boolean
set to use the Gist/Yorick color tables
- chaco in optional type=boolean
set to use the Chaco color tables
- mg in optional type=boolean
set to use the MG library color tables
- _extra in out optional type=keyword
keywords to LOADCT
Author information
- Copyright:
Color tables accessed with
MG_LOADCT
andMG_XLOADCT
are provided courtesy of Brewer, Cynthia A., 2007. http://www.ColorBrewer.org, accessed 20 October 2007.Apache-Style Software License for ColorBrewer software and ColorBrewer Color Schemes
Copyright (c) 2002 Cynthia Brewer, Mark Harrower, and The Pennsylvania State University.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at:
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.http://www.apache.org/licenses/LICENSE-2.0
File attributes
Modification date: | Wed May 14 15:07:15 2014 |
Lines: | 16 |
Docformat: | rst rst |
Contact me if you have enhancement requests or bug fixes.