-
Couldn't load subscription status.
- Fork 10
Plotting Colorscale
The colorscale(-a) option in plotting script controls how to color and style the plot generated with matplotlib. Default colormap used is basemap.cm.GMT_seis and default bound is between 0 to 5000 except for Vp where the bound is set between 0 to 8500.
-a, --scale: color scale
s, for smooth scale s_r, for smooth scale with basemap.cm.GMT_seis_r sd, for smooth scale where bound is set with min and max of the dataset
d, for discretized scale d_r, for discretized scale with basemap.cm.GMT_seis_r dd, for discretized scale where bound is set with min and max of the dataset
b, for bi-color scale (grey/red) The threshold or gating factor (default is 2500) is controlled by the gating option (-g)
This wiki is licensed by University of Southern California (USC) to the public under a Creative Commons Attribution 4.0 license.