demo + utils venv
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from matplotlib.sankey import Sankey
|
||||
|
||||
|
||||
def test_sankey():
|
||||
# lets just create a sankey instance and check the code runs
|
||||
sankey = Sankey()
|
||||
sankey.add()
|
||||
Reference in New Issue
Block a user