Ask Your Question
1

line3d fonsize option?

asked 13 years ago

Eugene gravatar image

Hi!

I need to hide exact values in 3d plot. In case of 2d I can use fontsize option like:

line([(0,0),(1,1)]).show(fontsize=0)

But show + line3d ignores fontsize option.

Preview: (hide)

Comments

I'm not sure this is currently possible, at least not at all easily :( With an upgraded jmol it might be. ? Or does someone else have an idea?

kcrisman gravatar imagekcrisman ( 13 years ago )

1 Answer

Sort by » oldest newest most voted
2

answered 13 years ago

Mike Witt gravatar image

I'm not sure how much this helps, but could you do

line3d([(0,0,0),(1,1,1)]).show(frame=False)

and then draw the bounding frame yourself, if you need one.

Preview: (hide)
link

Comments

Thanks! That is some sort of workaround.

Eugene gravatar imageEugene ( 13 years ago )

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: 13 years ago

Seen: 400 times

Last updated: Jan 05 '12