Improvements
This commit is contained in:
parent
44e0c129ec
commit
38b21135e2
7 changed files with 12038 additions and 16054 deletions
|
|
@ -14,8 +14,8 @@ def plot_histograms(hists, histogram_per_row: int = 3):
|
|||
fig.add_trace(_get_3d_scatter_plot_from_histogram(hist), row=1, col=i)
|
||||
|
||||
fig.update_layout(
|
||||
width=1200,
|
||||
height=600,
|
||||
showlegend=False,
|
||||
autosize=True,
|
||||
scene1=dict(xaxis_title="R", yaxis_title="G", zaxis_title="B"),
|
||||
scene2=dict(xaxis_title="R", yaxis_title="G", zaxis_title="B"),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue