|
From: Mahmood N. <nt_...@ya...> - 2013-11-03 08:20:20
|
Hi, I want to plot a scatter X-Y chart with the following specs The chart contains some series (manufacturer name) and each series has some data points (a model at a given year). For example "Year" "AMD" "IBM" 2000 2001 POWER4/32 2002 2003 K8/64 2004 POWER5/32 2005 2006 2007 K10/64 2008 2009 The data is interpreted in this way: AMD released K8 in 2003 and the value of K8 is 64. Or IBM released POWER5 in 2004 and the value of POWER5 is 32 So each point (the junction at year and value) has a label (K8, K10, ...). I looked in to the examples but all I saw were data points without labels and are easy ti understand. Regards, Mahmood |