[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[dennou-ruby:002376] [bug] ggraph.vector



めでたくGGraph.vectorできるようになった、なかのです。

もう報告されているのかもしれませんが、オプションのxintvとyintvの挙動がお
かしかったので debug です。

一カ所なので仰々しいですが、patch おくります。

--- ggraph.rb.org       2005-07-27 16:20:48.000000000 +0900
+++ ggraph.rb   2005-07-27 16:40:16.000000000 +0900
@@ -2922,7 +2922,7 @@
         fx = fx[idx, true]
         fy = fy[idx, true]
       end
-      if ((yi=opts['xintv']) >= 2)
+      if ((yi=opts['yintv']) >= 2)
         idx = NArray.int(sh[1]/yi).indgen!*yi     # [0,yi,2*yi,..]
         fx = fx[true, idx]
         fy = fy[true, idx]

-- 
中野満寿男
九州大学大学院理学府地球惑星科学専攻
流体圏・宇宙圏科学講座 地球流体力学分野
masuo@xxxxxxxxxxxxxxxxxx