Concepts
Last updated
Last updated
Ezel's APIs expect polars::frame::DataFrame
as a data source.
If you have other data types, they should be converted to DataFrame
first.
More ergonomic interfaces are planned to be added.
f64
are expected in most places. If you have f32
data, simply convert it to f64
.
Ezel borrows the idea of protrusion from Makie.jl
. The main areas of items in the grid are aligned by rows and columns.