Browse Source

Fix deprecations

pull/14/head
femtocleaner[bot] 8 years ago
parent
commit
760aaaacd9
  1. 2
      examples/example.jl

2
examples/example.jl

@ -64,7 +64,7 @@ foo()
# [Plots.jl](https://github.com/JuliaPlots/Plots.jl) package # [Plots.jl](https://github.com/JuliaPlots/Plots.jl) package
using Plots using Plots
x = linspace(0, 6π, 1000) x = range(0, stop=6π, length=1000)
y1 = sin.(x) y1 = sin.(x)
y2 = cos.(x) y2 = cos.(x)
plot(x, [y1, y2]) plot(x, [y1, y2])

Loading…
Cancel
Save