% % epage 325 % % Written by: % -- % John L. Weatherwax 2008-02-20 % % email: wax@alum.mit.edu % % Please send comments and especially bug reports to the % above email address. % %----- close all; drawnow; clc; clear; addpath( '../../Code/eda_data' ); addpath( '../../Code/eda_toolbox' ); addpath( '../Chapter1' ); load oronsay; boxplot( oronsay, 'whisker', 1.5, 'notch', 'on' ); title( 'box plot of the oronsay data set' ); saveas( gcf, '../../WriteUp/Graphics/Chapter9/prob_9_13_boxplot', 'epsc' ); %boxplot( oronsay, 'whisker', 0.75 );