Snowfall to date in Michigan's Keweenaw Peninsula from: http://www.pasty.com/snow/index.html
% time1242 and data1242 available for use
% for Total Snow in Calumet, Michigan
%
% time1243 and data1243 available for use
% for Snow Depth on ground in Calumet, Michigan
%
n = 288;
time1242 = time1242(n:end);
data1242 = data1242(n:end);
time1243 = time1243(n:end);
data1243 = data1243(n:end);
plot(time1242,data1242,'-ob','LineWidth',2);
hold on
plot(time1243,data1243,'-og','LineWidth',2);
legend('Snowfall to Date','Snow Depth on Ground','Location','northwest');
datetick;
grid on;
ylabel('Snow (inches)')
title('Keweenaw Snowfall')
data points
Created 20 Jan 2012 by Seth DeLand
219 views (30 days)
This trend is associated in this plot (though may not be used.)
data points
Created 20 Jan 2012 by Seth DeLand
143 views (30 days)
This trend is associated in this plot (though may not be used.)
0 comments