[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[dennou-ruby:002377] Re: [bug] ggraph.vector
- To: dennou-ruby@xxxxxxxxxxx
- Subject: [dennou-ruby:002377] Re: [bug] ggraph.vector
- From: Takeshi Horinouchi <horinout@xxxxxxxxxxxxxxxxxx>
- Date: Wed, 27 Jul 2005 19:01:02 +0900
中野さま
バグ報告有難うございます.直して cvs commit しました.
# しばらく前に気づいたんですが,直すの忘れてました.
堀之内
> もう報告されているのかもしれませんが、オプションの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]