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|None) â type of fault activity, options are active or inactive, by default bothfaults_motion (
str|None) â type of fault motion, options are sinistral, dextral, normal, or reverse, by default allfaults_exposure (
str|None) â type of fault exposure, options are exposed or inferred, by default bothpen (
str|None) â GMT pen string, by default â1p,magenta,-âlabel (
str|None) â label to add to the legend, by default Nonelegend (
bool) â whether to add a legend, by default Truelegend_loc (
str|None) â location of the legend, by default is lower left
- Return type: