MCPcopy Create free account
hub / github.com/alpha2phi/python-apps / update_graph_3

Function update_graph_3

sagemaker-dash/tutorials/app17.py:131–134  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

129
130@app.callback(Output('graph-3', 'figure'), Input('signal', 'data'))
131def update_graph_3(value):
132 return generate_figure(value, {'data': [{
133 'type': 'histogram2d',
134 }]})
135
136
137@app.callback(Output('graph-4', 'figure'), Input('signal', 'data'))

Callers

nothing calls this directly

Calls 1

generate_figureFunction · 0.85

Tested by

no test coverage detected