File size: 191 Bytes
2a33a28
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
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()