Plot showing the number of overall WoW players, and their in-game allegiances.
% time1272 and data1272 available for use
% for World of Warcraft Players
%
% time1273 and data1273 available for use
% for World of Warcraft - Alliance Players
%
% World of Warcraft - Horde Players
% time vector is: time1274
% data vector is: data1274
hold all
plot(time1272,data1272,'o-')
plot(time1273,data1273,'o-')
plot(time1274,data1274,'o-')
hold off
datetick
title('WoW Players & Allegiances')
ylabel('No. of Players')
legend(...
{'Overall', 'Alliance', 'Horde'},...
'Location','SouthWest')
data points
Created 24 Jan 2012 by Rob Nickerson
94 views (30 days)
This trend is associated in this plot (though may not be used.)
data points
Created 24 Jan 2012 by Rob Nickerson
98 views (30 days)
This trend is associated in this plot (though may not be used.)
data points
Created 24 Jan 2012 by Rob Nickerson
107 views (30 days)
This trend is associated in this plot (though may not be used.)
0 comments