Closed fyquah closed 9 years ago
It is best to use clojure.core.matrix/to-nested-vectors
.
Ideally Incanter would do this itself as part of the scatter-plot
function. This will work with any core.matrix
implementation. Perhaps worth raising the issue for Incanter?
Closing this because I think the question is answered and it is not really a vectorz-clj issue
Is there anyway to do the above typecast ?
I am trying to use
incanter.charts/scatter-plot
The following works fine:
But this:
throws the following error:
What I had in mind was to cast it to a persistent vector before transforming it. Is there an API for this library to do that?