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`.
4242 require 'matplotlib/iruby'
4343 Matplotlib::IRuby.activate
4444
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 ` .
4646And this introduces a post execution hook which put figures that are created in a cell just below the execution result of the cell.
4747
4848See 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
6161## License
6262
6363The 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