This commit is contained in:
Lucas Verney 2016-03-01 15:48:36 +01:00
parent 8feef79004
commit ebdb2369a5
2 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -138,4 +138,4 @@ def plot(data, **kwargs):
# TODO: Fix API, support every plot type
for plt in data:
figure.plot(plt)
return figure
figure.show()