Kenta Murata

Results 124 comments of Kenta Murata

@daddygongon Sorry for the response being late. Subplots haven't been supported yet. But we want to support them. Please wait for the work to be done, or join the development.

「`Enumerator::ArithmeticSequence` は `Range` オブジェクトが表す範囲に含まれる等差数列」っていう説明が良いかもしれません。この数列は、`begin` を初項、`step` を公差とする等差数列で、`end` を超えない値のみを含みます。そのように説明すると、`begin` を初項としても矛盾は生じないと思います。 以下のように、`exclude_end?` が `false` の場合であっても `end` が含まれない数列を作ることができます。 ``` >> (1..10).step(4).end => 10 >> (1..10).step(4).to_a => [1, 5, 9] ```

I guess this SEGV is a bug of `rb_memory_view_release`.

I'm designing the new plotting API. One of the candidates is following holoviews' overlay system, which uses `*` operator to overlay two or more plots. In this API, the above...

@teslur Sorry for the response to be late. Avoiding to open a blank window, you may need to explicitly specify `agg` backend in matplotlib. I think inserting the following code...

@teslur Thank you for your feedback. The version 0.2.3 I've released now doesn't require numo-narray. Please use it.

This depends on https://github.com/red-data-tools/red-colors/pull/9

Could you do it in the docker container running on travis-ci?

I made [iruby-rails.gem](https://rubygems.org/gems/iruby-rails). Please check it.

It's interesting to me. But I don't have the plan to do it by myself.