Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
88
def
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
93
def
demo() -> Blocks:
Callers
5
test_markdown_format
Function · 0.90
gen_view_complex_with_files
Function · 0.90
test_gen_view_primitives
Function · 0.90
dp_complex_report.py
File · 0.90
dp_complex_report.py
File · 0.90
Calls
1
gen_df
Function · 0.85
Tested by
3
test_markdown_format
Function · 0.72
gen_view_complex_with_files
Function · 0.72
test_gen_view_primitives
Function · 0.72