Index: DPWavesProc/trunk/DPWavesProc/test_code/specmultiplot_compare.m =================================================================== --- DPWavesProc/trunk/DPWavesProc/test_code/specmultiplot_compare.m (revision 225) +++ DPWavesProc/trunk/DPWavesProc/test_code/specmultiplot_compare.m (revision 228) @@ -98,5 +98,5 @@ %Use waveplot to plot the polar, freq and dir plots of the spectra - [E_UVW_WI,I_UVW_WI,E_range_WI,I_range_WI,wmon_WI,fig1,fig2]=waveplot(E_uvw_F01_D2,I_uvw_F01_D2,E_range_F01_D2,I_range_F01_D2,spec,sysinfo); + [E_UVW_WI,I_UVW_WI,E_range_WI,I_range_WI,wmon_WI,fig1,fig2]=waveplot_compare(E_uvw_F01_D2,I_uvw_F01_D2,E_range_F01_D2,I_range_F01_D2,spec,sysinfo); saveas(fig1,['polar1_' dateinfo '.fig']); @@ -138,5 +138,5 @@ %now create the time series plots of the wave info -[fig_sigh,fig_pp,fig_dp,fig_dd]=Winfo_plot(Winfo); +[fig_sigh,fig_pp,fig_dp,fig_dd]=Winfo_plot_compare(Winfo); saveas(fig_sigh,['sigh_' dateinfo '.fig']);