Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/gnuplot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Tompson <jonathantompson@gmail.com>2015-09-25 17:31:22 +0300
committerJonathan Tompson <jonathantompson@gmail.com>2015-09-25 17:31:22 +0300
commitdc1f16f1522c13bc9a1ec7ec5444913282e45d36 (patch)
treeecade487e1b8abbbeef5aa77a3a68bf39222b12f /README.md
parentbc42a5ba9e1e468353cc4ea19cfa02e4de1b2cb2 (diff)
Add scatter3 to gnuplot.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 25f4c3c..b8e6c37 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,7 @@ Functions fall into several types of categories:
* [Plotting matrices](doc/plotmatrix.md#gnuplot.image.dok)
* [Plotting surfaces](doc/plotsurface.md#gnuplot.surface.dok)
* [Plotting histograms](doc/plothistogram.md#gnuplot.histogram.dok)
+ * [Plotting 3D points](doc/plot3dpoints.md#gnuplot.scatter3.dok)
* [Saving to Files](doc/file.md#gnuplot.files.dok)
* [Common operations](doc/decorateplot.md#gnuplot.commons.dok)