numo-gnuplot icon indicating copy to clipboard operation
numo-gnuplot copied to clipboard

error example

Open 0xtrzy opened this issue 4 years ago • 0 comments

.gem/ruby/2.7.0/gems/numo-gnuplot-0.2.4/lib/numo/gnuplot.rb:307:in `run': (Numo::GnuplotError) line 0: Gridding of the color column is not implemented

2d example


how produce 2d image from array[][]

x = 3 y = 4 tab = Array.new(x) { Array.new(y,(rand(5)+1).to_s)}

0xtrzy avatar Mar 08 '21 13:03 0xtrzy