Skip to main content
modify line break for easy copy&paste
Source Link
Mr.Wizard
  • 275.2k
  • 34
  • 606
  • 1.5k

Here's a possible way, using TreeForm directly, and with VertexRenderingFunction. I think this is what you describe in your second paragraph. I hope this is useful to you

TreeForm[1 + Sin[x^2],   VertexRenderingFunction -> (Inset[Panel@Rotate[#2, -\[Pi]π/2], #1] &)] // // Rotate[#, \[Pi]π/2] & 

enter image description here

Here's a possible way, using TreeForm directly, and with VertexRenderingFunction. I think this is what you describe in your second paragraph. I hope this is useful to you

TreeForm[1 + Sin[x^2],   VertexRenderingFunction -> (Inset[Panel@Rotate[#2, -\[Pi]/2], #1] &)] // Rotate[#, \[Pi]/2] & 

enter image description here

Here's a possible way, using TreeForm directly, and with VertexRenderingFunction. I think this is what you describe in your second paragraph. I hope this is useful to you

TreeForm[1 + Sin[x^2], VertexRenderingFunction -> (Inset[Panel@Rotate[#2, -π/2], #1] &)] // Rotate[#, π/2] & 

enter image description here

Source Link
Pinguin Dirk
  • 6.6k
  • 1
  • 27
  • 36

Here's a possible way, using TreeForm directly, and with VertexRenderingFunction. I think this is what you describe in your second paragraph. I hope this is useful to you

TreeForm[1 + Sin[x^2], VertexRenderingFunction -> (Inset[Panel@Rotate[#2, -\[Pi]/2], #1] &)] // Rotate[#, \[Pi]/2] & 

enter image description here