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

Function gen_plot

python-client/src/datapane/builtins.py:88–90  ·  view source on GitHub ↗

Generate a sample Altair plot

()

Source from the content-addressed store, hash-verified

86
87
88def gen_plot() -> alt.Chart:
89 """Generate a sample Altair plot"""
90 return alt.Chart(gen_df()).mark_line().encode(x="x", y="y")
91
92
93def demo() -> Blocks:

Callers 5

test_markdown_formatFunction · 0.90
test_gen_view_primitivesFunction · 0.90

Calls 1

gen_dfFunction · 0.85

Tested by 3

test_markdown_formatFunction · 0.72
test_gen_view_primitivesFunction · 0.72