Skip to content

Commit 49086d2

Browse files
committed
Merge pull request #23 from kvitajakub/patch-1
Update index.md
2 parents b98c5ae + f408e52 commit 49086d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ Functions fall into several types of categories:
88
* [Plotting matrices](plotmatrix.md#gnuplot.image.dok)
99
* [Plotting surfaces](plotsurface.md#gnuplot.surface.dok)
1010
* [Plotting histograms](plothistogram.md#gnuplot.histogram.dok)
11+
* [Plotting 3D points](plot3dpoints.md#gnuplot.scatter3.dok)
1112
* [Saving to Files](file.md#gnuplot.files.dok)
12-
* [Common operations](decorateplot.md#gnuplot.commons.dok)
13+
* [Common operations](common.md)
1314

1415
The plotting package currently uses [gnuplot](http://gnuplot.info) as
1516
a backend to display data. In particular, `Gnuplot` version `4.4`

0 commit comments

Comments
 (0)