Skip to main content

Questions tagged [trees]

For questions about tree graphs, or about tree data structures.

5 votes
1 answer
379 views

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 ...
Romogi's user avatar
  • 687
1 vote
3 answers
158 views

I have a massive expression I want to inspect. I like TreeForm because it renders it nicely, but since the expression is way too large (several 100 MB), I need to ...
infinitezero's user avatar
  • 1,758
2 votes
1 answer
131 views

My goal is to get association <|{"Yes",8}|->"likeCandy> by arriving at leaf "likeCandy", from ...
Soon's user avatar
  • 1,484
6 votes
3 answers
384 views

Question I’m working with an OpenAPI JSON schema and want to visualize and understand its structure using Mathematica. For example, given the following schema: ...
Conor Cosnett's user avatar
5 votes
1 answer
591 views

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 ...
Andrew's user avatar
  • 10.6k
2 votes
3 answers
489 views

I am trying to make a Mathematica version of the following binary tree: I want the nodes and lines to be represented by Graphics[] objects (...
ap21's user avatar
  • 597
1 vote
2 answers
257 views

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 ...
minhthien_2016's user avatar
1 vote
0 answers
62 views

It works for Plot but not for Tree ...
Tapiocaweasel's user avatar
4 votes
1 answer
155 views

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 <...
Tapiocaweasel's user avatar
4 votes
1 answer
153 views

I can't see what I'm doing wrong in the following - I'd like to import some XML as a Tree (for structure visualisation) and convert it to an Association for ...
EstabanW's user avatar
  • 872
3 votes
1 answer
120 views

Bug introduced in 12.3.1 or earlier, persisting through 13.3.1. ...
Y. zeng's user avatar
  • 577
6 votes
3 answers
246 views

Oftentimes, the output of Reduce is quite difficult to read because it has too many && and ...
ions me's user avatar
  • 1,145
3 votes
3 answers
504 views

Consider such an iteration function ...
matrix42's user avatar
  • 7,249
2 votes
0 answers
129 views

I use Tree and what I have in the nodes is somewhat larger output (horizontally). That means the nodes are displayed with a lot of overlap. Is there a way to make the "outgoing" edges to the ...
Andreas Lauschke's user avatar
6 votes
1 answer
247 views

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 ...
Frank O'Neill's user avatar

15 30 50 per page
1
2 3 4 5
10