Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tschm
/
scribble
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
386f70b
scribble
/
tests
/
test_plot.py
tschm
local support
2a33a28
4 months ago
raw
Copy download link
history
blame
Safe
191 Bytes
from
pyscribble
import
create
name =
"Thomas Schmelzer"
fct =
"sinh(3*z)"
event =
"wedding"
def
test_plot
():
fig = create(name, fct, event, n=
100
)
# Show the figure
fig.show()