vegas-viz / Vegas

The missing MatPlotLib for Scala + Spark
MIT License
730 stars 98 forks source link

Support withData(...) that accepts an array of (x,y) points. #24

Closed aishfenton closed 8 years ago

aishfenton commented 8 years ago

Something like: withData( values: Array[(Any,Any] )

aishfenton commented 8 years ago

Added see withDataXY in #34