Home Price Index by Zillow for
% time1491 and data1491 available for use
% for Cambridge MA Home Prices by Zillow
%
% time1490 and data1490 available for use
% for Massachusetts Home Prices by Zillow
%
% Jamaica Plain MA Home Prices by Zillow
% time vector is: time1489
% data vector is: data1489
plot(time1489,data1489/10^3, 'b-');
hold on
plot(time1490,data1490/10^3, 'r-');
plot(time1491,data1491/10^3, 'm-');
hold off
legend('Jamaica Plain MA','Massachussets','Cambridge MA', ...
'Location','Best')
title('Housing Price Index by Zillow')
datetick
ylabel('$ Thousands')
data points
Created 25 Feb 2012 by Toshiaki Takeuchi
85 views (30 days)
This trend is associated in this plot (though may not be used.)
data points
Created 25 Feb 2012 by Toshiaki Takeuchi
145 views (30 days)
This trend is associated in this plot (though may not be used.)
data points
Created 25 Feb 2012 by Toshiaki Takeuchi
77 views (30 days)
This trend is associated in this plot (though may not be used.)
0 comments