Potentially add functions for adding an entire layer. E.g. something like
vl_add_layer(spec, mark, ..., data, mark_properties)
Where ... is encodings. Or maybe an encodings argument that takes a list.
Or alternatively a whole family of vl_layer_point, vl_layer_line, etc where the mark is part of function call.
Potentially add functions for adding an entire layer. E.g. something like
vl_add_layer(spec, mark, ..., data, mark_properties)Where ... is encodings. Or maybe an encodings argument that takes a list.
Or alternatively a whole family of
vl_layer_point,vl_layer_line, etc where the mark is part of function call.