Skip to content

Commit 2974dbc

Browse files
committed
splot docs
1 parent fd3903d commit 2974dbc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lib/gnuplotrb/splot.rb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
module GnuplotRB
22
##
33
# === Overview
4-
# Splot class correspond to simple 3D visualisation
4+
# Splot class correspond to simple 3D visualisation.
5+
# Most of Plot's docs are right for Splot too.
6+
#
7+
# Examples of usage are in
8+
# {a notebook}[http://nbviewer.ipython.org/github/dilcom/gnuplotrb/blob/master/notebooks/3d_plot.ipynb]
59
class Splot < Plot
610
##
711
# ==== Arguments

0 commit comments

Comments
 (0)