Plots the number of times #Arduino hashtag appeared together with "program" or "code" on Twitter, as well as #BeagleBoard and "MindStorms NXT".
% time1374 and data1374 available for use
% for Count of Tweets containing "MindStorms"
%
% time1373 and data1373 available for use
% for Count of Tweets containing #BeagleBoard Hashtag
%
% Count of Tweets containing "program" or "code" and #Arduino Hashtag
% time vector is: time1372
% data vector is: data1372
plot(time1372,data1372, 'b-');
hold on
plot(time1373,data1373, 'r-');
plot(time1374,data1374, 'm-');
datetick
legend('#Arduino','#BeagleBoard','MindStorms NXT', ...
'Location','Best')
title('Tweets Containing Rapid Prototyping Related Hashtags')
hold off
data points
Created 05 Feb 2012 by Toshiaki Takeuchi
122 views (30 days)
This trend is associated in this plot (though may not be used.)
data points
Created 05 Feb 2012 by Toshiaki Takeuchi
106 views (30 days)
This trend is associated in this plot (though may not be used.)
data points
Created 05 Feb 2012 by Toshiaki Takeuchi
82 views (30 days)
This trend is associated in this plot (though may not be used.)
0 comments