scalala / Scalala

Scalala has been superseded by dlwh/breeze. Scalala is a high performance numeric linear algebra library for Scala, with rich Matlab-like operators on vectors and matrices; a library of numerical routines; support for plotting.
http://groups.google.com/group/scalala
GNU Lesser General Public License v2.1
298 stars 30 forks source link

Can't plot scatter charts with X and Y arguments only #58

Closed danielkorzekwa closed 12 years ago

danielkorzekwa commented 12 years ago

To be able to plot scatter chart I need to provide number of arguments in addition to X and Y values.

It should be possible to plot scatter chart simply by typing scatter(X,Y).

Scatter chart example: https://gist.github.com/1288473

dlwh commented 12 years ago

We're in the middle of a huge refactoring and it's going to be a while before we bring back plotting. I'd accept a patch, but that's about all I can promise in the short term.

-- David

On Tue, Jun 12, 2012 at 4:54 AM, Daniel Korzekwa reply@reply.github.com wrote:

To be able to plot scatter chart I need to provide number of arguments in addition to X and Y values.

It should be possible to plot scatter chart simply by typing scatter(X,Y).

Scatter chart example: https://gist.github.com/1288473


Reply to this email directly or view it on GitHub: https://github.com/scalala/Scalala/issues/58