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

Function update_graph_4

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

Source from the content-addressed store, hash-verified

136
137@app.callback(Output('graph-4', 'figure'), Input('signal', 'data'))
138def update_graph_4(value):
139 return generate_figure(value, {'data': [{
140 'type': 'histogram2dcontour',
141 }]})
142
143
144if __name__ == '__main__':

Callers

nothing calls this directly

Calls 1

generate_figureFunction · 0.85

Tested by

no test coverage detected