plot
plot grain boundaries
The function plots grain boundaries where the boundary is determined by the function specialBoundary
Syntax
h = plot(gB,'param1',val1,'param2',val2)
Input
grains
|
grainBoundary
|
param,val
|
Parameters and values that control plot
'property'
|
colorize a special grain boundary property, variants are:
-
'phase' - boundaries between different phases
-
'phaseTransition' - colorize boundaries according to phase change (same phase, different phase).
-
'angle' - misorientation angle between two neighboured ebsd measurements on the boundary.
-
'misorientation' - calculate the misorientation on the grain boundary between two ebsd measurements and colorize it after a choosen colorcoding, i.e.
plot(grains,'property','misorientation',...
'colorcoding','ipdfHSV')
plot(grains,'property',...
rotation('axis',zvector,'angle',60*degree))
- Miller | vector3d - plot grain boundaries such as specified crystallographic face are parallel. use with option 'delta'
|
'delta'
|
specify a searching radius for special grain boundary (default 5 degrees), if a orientation or crystallographic
face is specified.
|
'linecolor', 'edgecolor', 'facecolor'
|
color of the boundary
|
'linewidth'
|
width of the line
|
|
param
|
Options that control the plot behavior
'internal'
|
only plot boundaries within a grain which do not match the grain boundary criterion
|
'external'
|
only plot grain-boundaries to other grains.
|
|
See also
GrainSet/specialBoundary