|
fig = go.Figure(go.Scatter(x=[1, 2, 3, 4], y=[1, 2, 3, 2.5]))
|
|
fig = go.Figure(go.Scatter(x=[1, 2, 3, 4], y=[1, 2, 3, 2.5]))
|
|
- fig.update_layout(width=280, height=210, margin=dict(l=0, r=0, t=0, b=0))
|
|
|
|
@example(ui.linear_progress, menu)
|
|
@example(ui.linear_progress, menu)
|