New in Wolfram
Mathematica
8: Financial Visualization
◄
previous
|
next
►
Graphics & Visualization
Annotate Charts with Data Wrappers
Use data wrappers to change the style and provide drilldown information.
In[1]:=
X
data = FinancialData["EBAY", {{2010, 1, 1}, {2010, 5, 31}}]; KagiChart[ PopupWindow[Style[data, Directive[Thickness[0.01]]], DateListPlot[data, Joined -> True]], TrendStyle -> "BrownYellow", ImageSize -> 400]