We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3220f5b commit 56bf676Copy full SHA for 56bf676
index
@@ -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