Displaying
dimstack.display
DisplayMode
Bases: Enum
Display modes for the stack.
| Parameters: |
|
|---|
mode(dispmode)
Set the display mode for the stack.
| Parameters: |
|
|---|
display_df(data, title='', dispmode=None)
Display a dataframe.
| Parameters: |
|
|---|
dimstack.plot
StackPlot
Plot a stack of dimensions. This is a wrapper around Plotly.
show()
Show the plot. This works in both Jupyter notebooks and in a Python scripts.
add_dimension(item, title=None, start_pos=None, color=None)
Add a dimension to the plot.
| Parameters: |
|
|---|
add_distribution(distribution, name, legendgroup, start, stop, xbins_size=0.1, start_pos=None, color=None)
Add a distribution to the plot.
| Parameters: |
|
|---|
| Returns: |
|
|---|
add_reviewed(item)
Add a reviewed dimension to the plot.
add_stack(stack)
Add a stack of dimensions to the plot.
| Parameters: |
|
|---|
| Returns: |
|
|---|
add_reviewed_stack(stack)
Add a stack of reviewed dimensions to the plot.
| Parameters: |
|
|---|
| Returns: |
|
|---|
add(item)
Add a dimension or stack to the plot.
| Parameters: |
|
|---|
| Raises: |
|
|---|
| Returns: |
|
|---|