Replies: 2 comments 2 replies
-
Since this issue is not easy, I opened a discussion so that I can write about it more freely than an Issue. Here, I try things this way and that, and undo my previous words more easily than in the Issue. |
Beta Was this translation helpful? Give feedback.
-
Arrays in Ruby have a variety of roles. |
Beta Was this translation helpful? Give feedback.
-
#27
When you pass 2d ruby array as Z to methods like
contour
contourf
, it will not work as expected.This issue is complicated because sometimes these methods get multiple series.
It is impossible to distinguish
contourf([[X,Y,Z],[X,Y,Z],[X,Y,Z]])
fromcontourf(Z)
.Maybe I have to reconsider APIs...
Beta Was this translation helpful? Give feedback.
All reactions