figure,
plotpdf(odf_kyan,[Miller(1,0,0,'hkl'),Miller(0,1,0,'hkl'),Miller(0,0,1,'uvw')]...
,'contourf','contours',8,'antipodal','labeled')
mtexColorMap white2black
setcolorrange('equal')
colorbar
ax = getappdata(gcf,'multiplotAxes');% removes the box around the PFs
axis(ax,'off');
figure,
subplot(1,3,1)
plotpdf(odf_kyan,Miller(1,0,0,'hkl'),'contourf','contours',8,'antipodal','labeled')
hold all
subplot(1,3,2)
plotpdf(odf_kyan,Miller(0,1,0,'hkl'),'contourf','contours',8,'antipodal','labeled')
subplot(1,3,3)
plotpdf(odf_kyan,Miller(0,0,1,'uvw'),'contourf','contours',8,'antipodal','labeled')
mtexColorMap white2black %This turns it into greyscalehold off
setcolorrange('equal')
colorbar
ax = getappdata(gcf,'multiplotAxes');% removes the box around the PFs
axis(ax,'off');
plotpdf(odf,Miller(1,0,0),'contourf',[0,1,2,3,4,5,6,7,8])
[Miller(1,0,0,cs,'hkl'),Miller(0,0,1,cs,'uvw')]
figure
ax = subplot(1,3,1)
plotpdf(ax,odf_kyan,Miller(1,0,0,'hkl'),'contourf',0:8,'antipodal')
ax = subplot(1,3,2)
plotpdf(ax,odf_kyan,Miller(0,1,0,'hkl'),'contourf',0:8,'antipodal')
ax = subplot(1,3,3)
plotpdf(ax,odf_kyan,Miller(0,0,1,'uvw'),'contourf',0:8,'antipodal')
mtexColorMap white2black %This turns it into
greyscale
colorbar
ax = getappdata(gcf,'multiplotAxes');% removes the box around the PFs
axis(ax,'off');
h = {Miller(1,0,0,'hkl'), Miller(0,1,0,'hkl'), Miller(0,0,1,'uvw')};
plotpdf(odf_kyan,h,'contourf',0:8,'antipodal')
mtexColorMap white2black %This turns it into
greyscale
colorbar
ax = getappdata(gcf,'multiplotAxes');% removes the box around the PFs
axis(ax,'off');