Loon: An Interactive Statistical Visualization Toolkit
namespace import loon::*
# extract variables
dict for {name value} $loon::data::olive {set $name $value}

set h [histogram -x $oleic -xlabel oleic]

or alternatively

set h [loon::histogram -x [dict get $loon::data::olive oleic] -xlabel oleic]

Histogram

Good To Know

When changing yshows via the inspector the rescaling happens automatically.