File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,16 @@ module GnuplotRB
2
2
##
3
3
# === Overview
4
4
# Multiplot allows to place several plots on one layout.
5
- # It's usage is covered in {multiplot notebook}[http://nbviewer.ipython.org/github/dilcom/gnuplotrb/blob/master/notebooks/multiplot_layout.ipynb].
5
+ # It's usage is covered in
6
+ # {multiplot notebook}[http://nbviewer.ipython.org/github/dilcom/gnuplotrb/blob/master/notebooks/multiplot_layout.ipynb].
7
+ #
8
+ # === Options
9
+ # Most of Multiplot options are the same as in Plot.
10
+ # There are only 2 specific options:
11
+ # * title - set title for the whole layout (above all the plots)
12
+ # * layout - set layout size, examples:
13
+ # { layout : [1, 3] } - 3 plots, 1 row, 3 columns
14
+ # { layout : [2, 2] } - 4 plots, 2 rows, 2 columns
6
15
class Multiplot
7
16
include Plottable
8
17
##
You can’t perform that action at this time.
0 commit comments