The most popular tool for visualizations in Julia is the Gadfly package. We can add the Gadfly package (as described at the beginning of this chapter) by using the add function:
Pkg.add("Gadfly")
From then on, we can make reference to the Gadfly package in any script by using the following:
using Gadfly