lux.vis.VisList.VisList

class lux.vis.VisList.VisList(input_lst: Union[List[lux.vis.Vis.Vis], List[lux.vis.Clause.Clause]], source=None)[source]

VisList is a list of Vis objects.

__init__(input_lst: Union[List[lux.vis.Vis.Vis], List[lux.vis.Clause.Clause]], source=None)[source]

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__(input_lst[, source])

Initialize self.

bottomK(k)

clear_plot_config()

get(field_name)

map(function)

normalize_score([invert_order])

refresh_source(ldf)

Loading the source into the visualizations in the VisList, then populating each visualization based on the new source data, effectively “materializing” the visualization collection.

remove_duplicates()

Removes duplicate visualizations in Vis List

remove_index(index)

set(field_name, field_val)

set_intent(intent)

Sets the intent of the VisList and refresh the source based on the new clause

set_plot_config(config_func)

Modify plot aesthetic settings to the Vis List Currently only supported for Altair visualizations

sort([remove_invalid, descending])

topK(k)

Attributes

exported

Get selected visualizations as exported Vis List

intent