Skip to content

Commit db3ee36

Browse files
committed
update multiplot docs
1 parent 2974dbc commit db3ee36

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

lib/gnuplotrb/multiplot.rb

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@ module GnuplotRB
22
##
33
# === Overview
44
# 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
615
class Multiplot
716
include Plottable
817
##

0 commit comments

Comments
 (0)