We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd3903d commit 2974dbcCopy full SHA for 2974dbc
lib/gnuplotrb/splot.rb
@@ -1,7 +1,11 @@
1
module GnuplotRB
2
##
3
# === Overview
4
- # Splot class correspond to simple 3D visualisation
+ # 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]
9
class Splot < Plot
10
11
# ==== Arguments
0 commit comments