This commit is contained in:
Jacob Windle 2017-12-15 11:24:06 -05:00
parent 197e1d0d80
commit 136533ac2b

View File

@ -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