line3d fonsize option?
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.
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.
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.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2012-01-04 16:15:09 +0100
Seen: 373 times
Last updated: Jan 05 '12
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?