Ask Your Question
1

labeling 3d plots

asked 2015-03-20 19:55:21 +0200

george gravatar image

updated 2015-03-24 12:43:01 +0200

slelievre gravatar image

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)
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2015-03-22 23:09:56 +0200

eric_g gravatar image

Unfortunatelly, text3d does not support LaTeX yet.

edit flag offensive delete link more

Comments

Is there any known workaround for this missing functionality? I produced several 3d plots to be used in a talk and was quite surprised to find out that it is not possible to use LaTeX code to annotate 3d images!!! Does it really mean that one has to use Imagemagick or Gimp or such to glue things together??

PeterMueller gravatar imagePeterMueller ( 2015-11-26 10:20:45 +0200 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2015-03-20 19:55:21 +0200

Seen: 630 times

Last updated: Mar 24 '15