MCPcopy Create free account
hub / github.com/datapane/datapane / _vega_bar

Function _vega_bar

python-client/src/datapane/builtins.py:153–158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

151 vega_sine = _vega_sine()
152
153 def _vega_bar():
154 source = pd.DataFrame(
155 {"a": ["A", "B", "C", "D", "E", "F", "G", "H", "I"], "b": [28, 55, 43, 91, 81, 53, 19, 87, 52]}
156 )
157
158 return alt.Chart(source).mark_bar().encode(x="a", y="b")
159
160 vega_bar = _vega_bar()
161

Callers 1

demoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected