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 daa93f6 commit 8b54b04Copy full SHA for 8b54b04
algorithms/linfa-tsne/examples/iris_plot.plt
@@ -4,4 +4,4 @@ set style line 2 lc rgb 'blue'
4
set style line 3 lc rgb 'green'
5
6
set style data points
7
-plot 'iris.dat' using 1:2:3 linecolor variable pt 7 ps 2 t ''
+plot 'examples/iris.dat' using 1:2:3 linecolor variable pt 7 ps 2 t ''
algorithms/linfa-tsne/examples/mnist_plot.plt
-plot 'mnist.dat' using 1:2:3 linecolor variable pt 7 ps 2 t ''
+plot 'examples/mnist.dat' using 1:2:3 linecolor variable pt 7 ps 2 t ''
0 commit comments