There are many sushi and ramen shops in Tokyo. This is the number of shops listed for Tokyo proper on tabelog.com, a popular restaurant review site.
% time1439 and data1439 available for use
% for Number of Ramen Shops in Tokyo (東京都のラーメン屋の店舗数)
%
% time1440 and data1440 available for use
% for Number of Sushi Restaurants in Tokyo (東京都のすし屋の店舗数)
%
subplot(211);
plot(floor(time1439),data1439,'ro-');
datetick('x','yy/mm/dd')
grid;
title('Number of Ramen shops')
subplot(212);
plot(floor(time1440),data1440,'bo-');
datetick('x','yy/mm/dd')
grid;
title('Number of Sushi Restaurants')
data points
Created 14 Feb 2012 by Teja Muppirala
103 views (30 days)
This trend is associated in this plot (though may not be used.)
data points
Created 14 Feb 2012 by Teja Muppirala
109 views (30 days)
This trend is associated in this plot (though may not be used.)
0 comments