emperor.Emperor.make_emperor¶
-
Emperor.
make_emperor
(standalone=False)¶ Build an emperor plot
Parameters: standalone : bool
Whether or not the produced plot should be a standalone HTML file.
Returns: str
Formatted emperor plot.
Raises: KeyError
If one or more of the
custom_axes
names are not present in the sample information.ValueError
If any of the
custom_axes
have non-numeric values.See also
emperor.core.Emperor.copy_support_files
Notes
The
standalone
argument is intended for the different use-cases that Emperor can have, either as an embedded widget that lives inside, for example, the Jupyter notebook, or alternatively as an HTML file that refers to resources locally. In this case you will need to copy the support files by calling thecopy_support_files
method.