scribble / tests /test_plot.py
tschm's picture
local support
2a33a28
raw
history blame
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()