Included from trend description:
Active geocaches and average logs/day on Geocaching.com
% time1252 and data1252 available for use
% for Active Geocaches
%
% Geocaching Logs
% time vector is: time1251
% data vector is: data1251
[AX,H1,H2] = plotyy(time1251,data1251, time1252,data1252, 'plot');
set(H1,'LineStyle','-', 'Marker', 'x')
set(H2,'LineStyle','-', 'Marker', 'o')
set(get(AX(1),'Ylabel'),'String','Geocache Logs/day (trailing 30 day avg)')
set(get(AX(2),'Ylabel'),'String','# of Active Geocaches')
datetick(AX(1))
datetick(AX(2))
legend('logs/day','caches', 'Location', 'Best')
title('Geocaching Activity')
data points
Created 21 Jan 2012 by Sam Mirsky
146 views (30 days)
This trend is associated in this plot (though may not be used.)
data points
Created 21 Jan 2012 by Sam Mirsky
82 views (30 days)
This trend is associated in this plot (though may not be used.)
0 comments