/groovylab/examples/simpleTest.gvl

http://groovylab.googlecode.com/ · Unknown · 6 lines · 5 code · 1 blank · 0 comment · 0 complexity · 636b7c2b14bc3604542600ef7ea3657d MD5 · raw file

  1. import static org.math.array.Matrix.*
  2. import static org.math.plot.Plot.*
  3. def A = rand(10,3)
  4. println A
  5. plot("A",A,"SCATTER")