Skip to content

Commit 8b54b04

Browse files
authored
Fix t-SNE example gnuplot path (rust-ml#218)
* Fix tsne example gnuplot path * Fix tsne mnist example gnuplot path
1 parent daa93f6 commit 8b54b04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

algorithms/linfa-tsne/examples/iris_plot.plt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ set style line 2 lc rgb 'blue'
44
set style line 3 lc rgb 'green'
55

66
set style data points
7-
plot 'iris.dat' using 1:2:3 linecolor variable pt 7 ps 2 t ''
7+
plot 'examples/iris.dat' using 1:2:3 linecolor variable pt 7 ps 2 t ''

algorithms/linfa-tsne/examples/mnist_plot.plt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ set style line 2 lc rgb 'blue'
44
set style line 3 lc rgb 'green'
55

66
set style data points
7-
plot 'mnist.dat' using 1:2:3 linecolor variable pt 7 ps 2 t ''
7+
plot 'examples/mnist.dat' using 1:2:3 linecolor variable pt 7 ps 2 t ''

0 commit comments

Comments
 (0)