polartoolkit.Figure.add_faults#
- Figure.add_faults(faults_activity=None, faults_motion=None, faults_exposure=None, fault_activity=None, fault_motion=None, fault_exposure=None, pen=None, style=None, label=None, legend=True, legend_loc=None)[source]#
add various types of faults from GeoMap to a map, from Cox et al.[#coxcontinentwide2023]_ and Cox et al.[#coxgeomap2023]_
- Parameters:
faults_activity (str, optional) â type of fault activity, options are active or inactive, by default both
faults_motion (str, optional) â type of fault motion, options are sinistral, dextral, normal, or reverse, by default all
faults_exposure (str, optional) â type of fault exposure, options are exposed or inferred, by default both
pen (str, optional) â GMT pen string, by default â1p,magenta,-â
style (str, optional) â GMT style string, by default None
label (str, optional) â label to add to the legend, by default None
legend (bool, optional) â whether to add a legend, by default True
legend_loc (str | None, optional) â location of the legend, by default is lower left
- Return type: