Fixed writing error.

This commit is contained in:
Michael Krabbe Borregaard 2017-06-01 17:10:03 +02:00 committed by GitHub
parent 380907af8d
commit 84406f0823

View File

@ -78,7 +78,7 @@ end
function add_backend_string(b::GLVisualizeBackend)
"""
if !Plots.is_installed("GLVisualize")
Pkg.add("PyPlot")
Pkg.add("GLVisualize")
end
"""
end