edit mtex_settings
pfAnnotations = @(varargin) text([vector3d.X,vector3d.Y],{'X','Y'},...
'BackgroundColor','w','tag','axesLabels',varargin{:});
pfAnnotations = @(varargin) text([vector3d.X,vector3d.Y],{'RD','ND'},...
'BackgroundColor','w','tag','axesLabels',varargin{:});
Thanks for the instructions, any way to change the font size of vectors and Miller indices?
pfAnnotations = @(varargin) text([vector3d.X,vector3d.Y],{'X','Y'},...
'BackgroundColor','w','tag','axesLabels',varargin{:});
setMTEXpref('pfAnnotations',pfAnnotations);
% set pole figure annotationpfAnnotations = @(varargin) text([vector3d.X,vector3d.Y],{'\rm TD^{\prime}','\rm ND^{\prime}'},...
'BackgroundColor','w','tag','axesLabels',varargin{:});setMTEXpref('pfAnnotations',pfAnnotations);