Skip to content

Commit 56bf676

Browse files
authored
Create index
1 parent 3220f5b commit 56bf676

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
using Plots
2+
3+
x = 1:10
4+
y = rand(10)
5+
plot(x, y, seriestype=:scatter)

0 commit comments

Comments
 (0)