I want to add text to my 3d plots. The first 'show' below prints the equation correctly in a 2d plot. The second 'show' does not print the equation correctly in a 3d plot.
Is there a fix to make it work for the 3d plot?
Thanks, George Craig
t = text("Mx=0x", (1,1)) show(t)
t = text3d("Mx=0x", (1,1,1)) show(t)