You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pygraphviz-discuss
Hey everyone! I need to create a probabilistic decision tree like the one above, is there any chance I can adjust the with of the connection in the tree I tried with self.Tree.add_edge(A, B, width= 0.5) but it doesn't seem to be working
Thanks so much in advance!
Gabriele
Casey Deccio
unread,
Aug 12, 2016, 9:48:05 AM8/12/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
I need to create a probabilistic decision tree like the one above, is there any chance I can adjust the with of the connection in the tree I tried with self.Tree.add_edge(A, B, width= 0.5) but it doesn't seem to be working