File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ This functionality can be enabled by calling `Matplotlib::IRuby.activate`.
42
42
require 'matplotlib/iruby'
43
43
Matplotlib::IRuby.activate
44
44
45
- ` matplotlib/iruby ` also loads ` matplotlib/pyplot ` , so you can use ` Matplotlib::Pyplot ` module without explicitly requireing ` matplotlib/pyplot ` .
45
+ ` matplotlib/iruby ` also loads ` matplotlib/pyplot ` , so you can use ` Matplotlib::Pyplot ` module without explicitly requiring ` matplotlib/pyplot ` .
46
46
And this introduces a post execution hook which put figures that are created in a cell just below the execution result of the cell.
47
47
48
48
See ipynb files in [ examples] ( examples ) to see example usages.
@@ -61,4 +61,3 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/mrkn/m
61
61
## License
62
62
63
63
The gem is available as open source under the terms of the [ MIT License] ( http://opensource.org/licenses/MIT ) .
64
-
You can’t perform that action at this time.
0 commit comments