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.
2 parents b98c5ae + f408e52 commit 49086d2Copy full SHA for 49086d2
doc/index.md
@@ -8,8 +8,9 @@ Functions fall into several types of categories:
8
* [Plotting matrices](plotmatrix.md#gnuplot.image.dok)
9
* [Plotting surfaces](plotsurface.md#gnuplot.surface.dok)
10
* [Plotting histograms](plothistogram.md#gnuplot.histogram.dok)
11
+ * [Plotting 3D points](plot3dpoints.md#gnuplot.scatter3.dok)
12
* [Saving to Files](file.md#gnuplot.files.dok)
- * [Common operations](decorateplot.md#gnuplot.commons.dok)
13
+ * [Common operations](common.md)
14
15
The plotting package currently uses [gnuplot](http://gnuplot.info) as
16
a backend to display data. In particular, `Gnuplot` version `4.4`
0 commit comments