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.
Thanks! That is some sort of workaround.
Asked: 13 years ago
Seen: 400 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?