Hive Plot Exceptions#
Custom exceptions for hive plots.
- exception hiveplotlib.exceptions.hive_plot.InvalidAxesOrderError#
Raise a custom exception when the user specifies an invalid
axes_order.A provided axes ordering must include all of the names corresponding to the partition set via the provided
partition_variablein aHivePlotinstance.
- exception hiveplotlib.exceptions.hive_plot.InvalidAxisNameError#
Raise a custom exception when the user specifies an invalid axis name in a
HivePlotinstance.
- exception hiveplotlib.exceptions.hive_plot.InvalidEdgeKwargHierarchyError#
Raise a custom exception when the user specifies an invalid edge hierarchy for a
HivePlotinstance.
- exception hiveplotlib.exceptions.hive_plot.InvalidHoverVariableError#
Raise a custom exception when an invalid hover variable is provided when plotting a
HivePlotinstance.Hover information is only supported for
"nodes","axes", and / or"edges".
- exception hiveplotlib.exceptions.hive_plot.InvalidPartitionVariableError#
Raise a custom exception when an invalid
partition_variableis provided in aHivePlotinstance.Partition variables must be one of the columns in the
nodes.dataattribute.
- exception hiveplotlib.exceptions.hive_plot.InvalidSortingVariableError#
Raise a custom exception when an invalid
sorting_variableis provided in aHivePlotinstance.Sorting variables must be one of the columns in the
nodes.dataattribute.
- exception hiveplotlib.exceptions.hive_plot.InvalidVizBackendError#
Raise a custom exception when an invalid viz back end is provided when setting a
HivePlotinstance viz back end.
- exception hiveplotlib.exceptions.hive_plot.MissingSortingVariableError#
Raise a custom exception when an axis in a
HivePlotinstance is not provided asorting_variable.
- exception hiveplotlib.exceptions.hive_plot.RepeatInPartitionAxisNameError#
Raise a custom exception when an axis in a
HivePlotinstance is going to be named ending with_repeat.This naming convention is reserved for repeat axes in
HivePlotinternals.
- exception hiveplotlib.exceptions.hive_plot.UnspecifiedTagError#
Raise a custom exception when a tag is not specified but the tag cannot be inferred because there are multiple tags.