(pj/pose
{:layout {:direction :horizontal}
:poses [{:mapping {:x :sepal-length :y :sepal-width}
:layers [{:layer-type :point}]
:opts {:x-scale {:type :linear, :domain [4 7]}}
}
{:mapping {:x :petal-length :y :petal-width}
:layers [{:layer-type :point}]
:opts {:x-scale {:type :linear, :domain [5 7]}}
}]
:data (rdatasets/datasets-iris)})