We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc9ca4 commit 6885413Copy full SHA for 6885413
1 file changed
treeplot/examples.py
@@ -1,8 +1,7 @@
1
import treeplot
2
-print(treeplot.__version__)
3
print(dir(treeplot))
+print(treeplot.__version__)
4
5
-# a,b=treeplot._download_graphviz()
6
7
# %% Make example dataset
8
X,y = treeplot.import_example()
0 commit comments