Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
trac #7232 oops, mistake in merge, now corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
Frédéric Chapoton committed Aug 10, 2014
1 parent 29b7beb commit f8cb975
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/sage/plot/plot3d/tachyon.py
Expand Up @@ -241,23 +241,6 @@ def __init__(self,
else:
self._viewdir = viewdir

def __repr__(self):
r"""
Return the string representation of the Tachyon object.
This is just the scene string input to tachyon.
EXAMPLES::
sage: q = Tachyon()
sage: q.light((1,1,1), 1,(1,1,1))
sage: q.texture('s')
sage: q.sphere((0,0,0),1,'s')
sage: q.__repr__()[-20:]
' \n end_scene'
"""
return self.str()

def save_image(self, filename=None, *args, **kwds):
r"""
Save an image representation of ``self``.
Expand Down

0 comments on commit f8cb975

Please sign in to comment.