get_ipf_annotation_markers#
- OrientationMap.get_ipf_annotation_markers(offset: float = 0.85, scale: float = 0.2)[source]#
Get the outline of the IPF for the orientation map as a marker in the upper right hand corner including labels if desired. As well as the color mesh for the IPF.
- Parameters:
offset (float) – The offset of the markers from the lower left of the plot (as a fraction of the axis).
scale (float) – The scale (as a fraction of the axis) for the markers.
- Returns:
polygon_sector (hs.plot.markers.Polygons) – The outline of the IPF as a marker
texts (hs.plot.markers.Texts) – The text labels for the IPF axes
mesh (hs.plot.markers.Markers) – The color mesh for the IPF (using
matplotlib.collections.QuadMesh)