Skip to content

Commit

Permalink
Keep pie charts as default. See discussion here: #215
Browse files Browse the repository at this point in the history
Signed-off-by: Terence Parr <parrt@antlr.org>
  • Loading branch information
parrt committed Jan 1, 2023
1 parent f86c5e1 commit 9ef0d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dtreeviz/trees.py
Expand Up @@ -235,7 +235,7 @@ def view(self,
show_just_path: bool = False,
fancy: bool = True,
histtype: ('bar', 'barstacked', 'strip') = 'barstacked',
leaftype: ('pie', 'barh') = 'barh',
leaftype: ('pie', 'barh') = 'pie',
highlight_path: List[int] = [],
x: np.ndarray = None,
max_X_features_LR: int = 10,
Expand Down

0 comments on commit 9ef0d45

Please sign in to comment.