Ask Your Question

george's profile - activity

2022-06-11 12:48:12 +0200 received badge  Notable Question (source)
2020-03-12 03:00:07 +0200 received badge  Popular Question (source)
2015-03-24 12:44:25 +0200 received badge  Student (source)
2015-03-20 20:36:06 +0200 received badge  Editor (source)
2015-03-20 20:02:38 +0200 answered a question labeling 3d plots

I see that the equation got evaluated in my posting. I originally posted text( (dbl quote)(dollar sign){M}_x = {0}_x (dollar sign)(dbl quote), ...).

2015-03-20 19:55:21 +0200 asked a question labeling 3d plots

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("${M}_x = {0}_x$", (1,1))
show(t) 

t = text3d("${M}_x = {0}_x$", (1,1,1)) 
show(t)