ExpressionTreePlot[e]
plots the expression tree of e.
ExpressionTreePlot[e,pos]
plots the expression tree of e with its root placed at position pos.
ExpressionTreePlot[e,pos,lev]
plots the expression tree of e up to level lev with its root placed at position pos.


ExpressionTreePlot
ExpressionTreePlot[e]
plots the expression tree of e.
ExpressionTreePlot[e,pos]
plots the expression tree of e with its root placed at position pos.
ExpressionTreePlot[e,pos,lev]
plots the expression tree of e up to level lev with its root placed at position pos.
Details and Options
- ExpressionTreePlot functionality is now available in the built-in Wolfram Language function TreeForm.
- To use ExpressionTreePlot, you first need to load the Graph Utilities Package using Needs["GraphUtilities`"].
- ExpressionTreePlot has the same options as TreePlot.
Examples
open all close allBasic Examples (2)
An expression tree plot, with tooltips for each vertex giving the subexpression from that vertex down:
ExpressionTreePlot has been superseded by TreeForm:
Scope (2)
Options (1)
Properties & Relations (1)
TreeForm also gives the expression tree, although the orientation of the tree cannot be specified:
Tech Notes
Related Guides
-
▪
- Graph Utilities Package ▪
- Graphs & Networks ▪
- Graph Visualization ▪
- Computation on Graphs ▪
- Graph Construction & Representation ▪
- Graphs and Matrices ▪
- Graph Properties & Measurements ▪
- Graph Operations and Modifications ▪
- Statistical Analysis ▪
- Social Network Analysis ▪
- Graph Properties ▪
- Mathematical Data Formats ▪
- Discrete Mathematics
Text
Wolfram Research (2007), ExpressionTreePlot, Wolfram Language function, https://reference.wolfram.com/language/GraphUtilities/ref/ExpressionTreePlot.html.
CMS
Wolfram Language. 2007. "ExpressionTreePlot." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/GraphUtilities/ref/ExpressionTreePlot.html.
APA
Wolfram Language. (2007). ExpressionTreePlot. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/GraphUtilities/ref/ExpressionTreePlot.html
BibTeX
@misc{reference.wolfram_2025_expressiontreeplot, author="Wolfram Research", title="{ExpressionTreePlot}", year="2007", howpublished="\url{https://reference.wolfram.com/language/GraphUtilities/ref/ExpressionTreePlot.html}", note=[Accessed: 18-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_expressiontreeplot, organization={Wolfram Research}, title={ExpressionTreePlot}, year={2007}, url={https://reference.wolfram.com/language/GraphUtilities/ref/ExpressionTreePlot.html}, note=[Accessed: 18-August-2025]}