Skip to content

Commit 6885413

Browse files
committed
version added
1 parent 2dc9ca4 commit 6885413

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

treeplot/examples.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import treeplot
2-
print(treeplot.__version__)
32
print(dir(treeplot))
3+
print(treeplot.__version__)
44

5-
# a,b=treeplot._download_graphviz()
65

76
# %% Make example dataset
87
X,y = treeplot.import_example()

0 commit comments

Comments
 (0)