visualize
visualize_search
¶
Visualize a given search instance, automatically choosing the most appropriate visualization technique to do so.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
search |
Union[Search, str]
|
The search results (in memory or path to disk file) to be visualized. |
required |
title |
Optional[str]
|
The plot title to use. |
None
|
ignore_keys |
Union[None, str, Sequence[str]]
|
Which keys in the params/results should be ignored. |
None
|
save_path |
Optional[str]
|
The path where the figure should be saved, or None to display the figure to the screen. |
None
|
verbose |
bool
|
Whether to print out the save location. |
True
|
**kwargs |
Arguments which can pass through the specific underlying visualizers, like 'groups' for cartesian plotting or 'color_by' for parallel coordinate plots. |
{}
|