This plot shows the growing activity in Trendy by detailing the number of plots and trends available to users.
% time1547 and data1547 available for use
% for Number of Plots in Trendy
%
% Number of trends on Trendy
% time vector is: time1546
% data vector is: data1546
hold all
plot(time1546,data1546);
plot(time1547,data1547);
hold off
datetick
title('Number of Trends and Plots')
ylabel('Trends/Plots')
legend({'Total Trends','Total Plots'}, ...
'Location','NorthWest')
box on
data points
Created 22 Mar 2012 by Rob Nickerson
122 views (30 days)
This trend is associated in this plot (though may not be used.)
data points
Created 22 Mar 2012 by Rob Nickerson
112 views (30 days)
This trend is associated in this plot (though may not be used.)
0 comments