Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error example #23

Open
0xtrzy opened this issue Mar 8, 2021 · 0 comments
Open

error example #23

0xtrzy opened this issue Mar 8, 2021 · 0 comments

Comments

@0xtrzy
Copy link

0xtrzy commented Mar 8, 2021

.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)}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant