How would I duplicate this plot and table in Mathematica?
How would I duplicate this plot and table in Mathematica?
I have struggled trying to duplicate this graphic using ListLinePlot, but I cannot get the tick options to display the year for every data point. I suspect there is a simple way to display the table, but I dont know where to start Here is what I have: y Range2000, 2009; d 5, 4.7, 4.6, 4.4, 4.3, 4.1, 4.2, 4.2, 4.2, 4.1; m 8.2, 7, 6.5, 5.3, 5.2, 4, 4.6, 4.5, 4.2, 3.7; ListLinePlot d, PlotStyle - ColorData97, 1, ImagePadding - 50, 50, 20, 20, AspectRatio - 14, ImageSize - Large, Axes - False, BaseStyle - FontSize - 14, Ticks - 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 4.0, 5.0, FrameTicks - None, All, None, None, Frame - True, True, False, False I dont know how to paste the plot from Mathematica here :-
Комментарии
Отправить комментарий