Displaying
dimstack.display
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, start, stop, xbins_size=0.1, start_pos=None, color=None)
Add a distribution to the plot.
Parameters: |
|
---|
Returns: |
|
---|
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: |
|
---|