divyavamsee / core-plot

Automatically exported from code.google.com/p/core-plot
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Use a 2 dimensional array for the datasource #389

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Allow the use of a two-dimensional CPTNumericData ((x1,y1,x2,y2,x3,y3,...) 
instead of two separate ones for the x and y values.  Advantages:

* No need to extract the x and y values in the dataForPlot datasource method, 
just pass the complete 2-dimensional array
* When the raw data is stored as one array of xy pairs instead of two different 
arrays, data manipulation is easier, eg sorting based on x values.

Original issue reported on code.google.com by koenvand...@gmail.com on 30 Dec 2011 at 4:51

GoogleCodeExporter commented 9 years ago

Original comment by eskr...@mac.com on 31 Dec 2011 at 12:27

GoogleCodeExporter commented 9 years ago

Original comment by eskr...@mac.com on 9 Jun 2012 at 1:03

GoogleCodeExporter commented 9 years ago
This issue was closed by revision a0fe1251f269.

Original comment by eskr...@mac.com on 4 Aug 2012 at 9:47