typo
This commit is contained in:
parent
197e1d0d80
commit
136533ac2b
@ -27,7 +27,7 @@ q = @from i in data begin
|
|||||||
end
|
end
|
||||||
|
|
||||||
p = (q, y=:close, Geom.Point, Guide.Title("Closing Costs: WLTW - 2016"))
|
p = (q, y=:close, Geom.Point, Guide.Title("Closing Costs: WLTW - 2016"))
|
||||||
draw(PNG("wltw_closing_costs.png, 6inch, 4inch), p)
|
draw(PNG("wltw_closing_costs.png", 6inch, 4inch), p)
|
||||||
```
|
```
|
||||||
|
|
||||||
Now I'd like to add the plots for the 3-day SMA, and the 5-day SMA to the plot of WLTW closing costs. What these
|
Now I'd like to add the plots for the 3-day SMA, and the 5-day SMA to the plot of WLTW closing costs. What these
|
||||||
|
Loading…
Reference in New Issue
Block a user