Skip to content

Commit 753c32a

Browse files
using Plots added ✍
1 parent 4baee4f commit 753c32a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ The result indicates that the 1st, 3rd, 5th, 7th, and 9th time series are in the
177177
In order to probe the results, it is better to visualize it. In this subsection, the time series are plotted in two different color tones each of which represents a cluster.
178178

179179
```julia
180+
using Plots
181+
180182
colortones = ["#E46262" "#2C8EF6" "#CD6969" "#408BDA" "#B57070" "#5387BF" "#9E7777" "#6784A3" "#877E7E" "#7A8188"]
181183
linestyle = [:solid :dash :solid :dash :solid :dash :solid :dash :solid :dash]
182184
plot(

0 commit comments

Comments
 (0)