% % % Written by: % -- % John L. Weatherwax 2009-04-21 % % email: wax@alum.mit.edu % % Please send comments and especially bug reports to the % above email address. % %----- close all; drawnow; rehash; clc; clear; addpath( '../../Code/eda_data' ); addpath( '../../Code/eda_toolbox' ); addpath( '../Chapter1' ); load playfair; X = Diameter; dotchart(X,labs,'CD'); saveas( gcf, '../../WriteUp/Graphics/Chapter10/prob_10_13', 'epsc' );