Questions tagged [trees]
For questions about tree graphs, or about tree data structures.
150 questions
5 votes
1 answer
378 views
Turning the solution from Reduce to a graph
I am trying to make a graph from an arbitrary solution from reduce so that it looks prettier and is more readable. My question is very similar to the question How can I make the output of Reduce more ...
2 votes
1 answer
131 views
Searching a Tree with associations
My goal is to get association <|{"Yes",8}|->"likeCandy> by arriving at leaf "likeCandy", from ...
5 votes
1 answer
590 views
Why is a head called a head?
The head of an expression In the Wolfram language / Mathematica, "everything is an expression," to quote a tutorial. I think that every expression has a head. According to the tutorial: The ...
1 vote
2 answers
257 views
Draw a probability tree like this
I am trying to draw a probability tree like this I have never use tree in Mathematica, therefore, I don't know how to start. How can I draw the above tree? I Know that, using Mathematica calculus ...
4 votes
1 answer
155 views
Tree edge label visibility and legibility
I am building some tools to help me visualize fitting of generic n-dimensional nonlinear model. I have the data and results stored in a nested association. I've written a few functions to generate a <...
3 votes
1 answer
120 views
Percent symbol with FontFamily setting looks weird in Dendrogram
Bug introduced in 12.3.1 or earlier, persisting through 13.3.1. ...
3 votes
3 answers
503 views
Better way to do such iteration
Consider such an iteration function ...
6 votes
1 answer
246 views
How can I make the vertices of a tree graph clickable?
Would it be possible to make the vertices of a tree graph clickable, executing a function when clicked? Specifically, I am using Mathematica / the Wolfram Language to prototype a modern, microtonal ...