Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
koaning committed Apr 11, 2021
1 parent a6f8741 commit 059f92d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion drawdata/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
from IPython.display import IFrame


def draw_line():
return IFrame("https://drawdata.xyz/line.html", width=800, height=550)


def draw_scatter():
return IFrame("https://drawdata.xyz/scatter.html", width=800, height=400)
return IFrame("https://drawdata.xyz/scatter.html", width=800, height=550)


def draw_histogram():
return IFrame("https://drawdata.xyz/histogram.html", width=800, height=550)
Binary file removed drawdata/__pycache__/__init__.cpython-36.pyc
Binary file not shown.
Binary file removed drawdata/__pycache__/__init__.cpython-37.pyc
Binary file not shown.

0 comments on commit 059f92d

Please sign in to comment.