Loon: An Interactive Statistical Visualization Toolkit
namespace import loon::*        
set Area [dict get $loon::data::olive Area]; puts "create Area variable"
set oliveacids [dict filter $loon::data::olive script {key value} {
    expr {$key ni {Area Region}}
}]; puts "filter data"

set s [serialaxes -data $oliveacids -color $Area -title "olive data"]
$s configure -axesLayout parallel

Serialaxes

Good To Know

Data Scaling

The scaling state defines how the data is scaled. The axes display 0 at one end and 1 at the other. For the following explanation assume that the data is in a nxp dimensional matrix. The scaling options are then